From 983a56029411c2133620bd0eb5ba1cc30496f170 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 18 Dec 2012 06:51:43 -0800 Subject: [PATCH] expand groups in onCreate() --- .../android/XWords4/src/org/eehouse/android/xw4/GamesList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java index 602a05bd2..0e9759bb8 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java @@ -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 );