expand groups in onCreate()

This commit is contained in:
Eric House 2012-12-18 06:51:43 -08:00
parent 3a1b39f827
commit 983a560294

View file

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