mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
trivial cleanup
This commit is contained in:
parent
8ba7861a7c
commit
aec3400677
1 changed files with 1 additions and 2 deletions
|
@ -204,8 +204,7 @@ public class GamesList extends XWListActivity
|
|||
m_handler = new Handler();
|
||||
|
||||
setContentView(R.layout.game_list);
|
||||
ListView listView = getListView();
|
||||
registerForContextMenu( listView );
|
||||
registerForContextMenu( getListView() );
|
||||
|
||||
boolean isUpgrade = FirstRunDialog.show( this, false );
|
||||
PreferenceManager.setDefaultValues( this, R.xml.xwprefs, isUpgrade );
|
||||
|
|
Loading…
Reference in a new issue