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 18c063d69..9d2e6f993 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java @@ -205,6 +205,7 @@ public class GamesList extends XWListActivity setContentView(R.layout.game_list); registerForContextMenu( getListView() ); + DBUtils.setDBChangeListener( this ); boolean isUpgrade = FirstRunDialog.show( this, false ); PreferenceManager.setDefaultValues( this, R.xml.xwprefs, isUpgrade ); @@ -229,9 +230,9 @@ public class GamesList extends XWListActivity Intent intent = getIntent(); startFirstHasDict( intent ); - askDefaultNameIf(); + startNewNetGame( intent ); - DBUtils.setDBChangeListener( this ); + askDefaultNameIf(); } // onCreate @Override