mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
expand children after a delete (to be consistent, though it'd be
better to rememeber state)
This commit is contained in:
parent
f8f06a7768
commit
72d769910b
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@ public class DictsActivity extends ExpandableListActivity
|
|||
DictUtils.deleteDict( this, dict, loc );
|
||||
DictLangCache.inval( this, dict, loc, false );
|
||||
mkListAdapter();
|
||||
expandGroups();
|
||||
}
|
||||
|
||||
private void askStartDownload( int lang, String name )
|
||||
|
|
Loading…
Reference in a new issue