expand children after a delete (to be consistent, though it'd be

better to rememeber state)
This commit is contained in:
Andy2 2011-09-12 18:37:04 -07:00
parent f8f06a7768
commit 72d769910b

View file

@ -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 )