mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
expand groups in onCreate()
This commit is contained in:
parent
3a1b39f827
commit
983a560294
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ public class GamesList extends XWExpandableListActivity
|
|||
m_adapter = new GameListAdapter( this, getExpandableListView(),
|
||||
new Handler(), this, field );
|
||||
setListAdapter( m_adapter );
|
||||
m_adapter.expandGroups( getExpandableListView() );
|
||||
|
||||
NetUtils.informOfDeaths( this );
|
||||
|
||||
|
|
Loading…
Reference in a new issue