mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
tweak: don't redo adapter once the last download finishes
This commit is contained in:
parent
c184d68976
commit
93446a1760
1 changed files with 4 additions and 4 deletions
|
@ -160,11 +160,11 @@ public class DwnldDelegate extends ListDelegateBase {
|
|||
callListener( m_uri, false );
|
||||
}
|
||||
|
||||
m_views.remove( m_listItem );
|
||||
mkListAdapter();
|
||||
|
||||
if ( 0 == m_views.size() ) {
|
||||
if ( 1 >= m_views.size() ) {
|
||||
finish();
|
||||
} else {
|
||||
m_views.remove( m_listItem );
|
||||
mkListAdapter();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue