mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
no need to rebuild list onResume
This commit is contained in:
parent
d902c35d33
commit
d062508929
1 changed files with 0 additions and 3 deletions
|
@ -517,7 +517,6 @@ public class DictsDelegate extends ListDelegateBase
|
|||
|
||||
MountEventReceiver.register( this );
|
||||
|
||||
mkListAdapter();
|
||||
setTitleBar();
|
||||
}
|
||||
|
||||
|
@ -822,8 +821,6 @@ public class DictsDelegate extends ListDelegateBase
|
|||
private void startDownload( int lang, String name )
|
||||
{
|
||||
DwnldDelegate.downloadDictInBack( m_activity, lang, name, this );
|
||||
// Intent intent = mkDownloadIntent( m_activity, lang, name );
|
||||
// startActivity( intent );
|
||||
}
|
||||
|
||||
private void mkListAdapter()
|
||||
|
|
Loading…
Add table
Reference in a new issue