mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
call super
This commit is contained in:
parent
e6203182ec
commit
36bed8a2c8
1 changed files with 2 additions and 2 deletions
|
@ -976,7 +976,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
launchGame( (Long)args[0], true );
|
||||
break;
|
||||
default:
|
||||
// super.eventOccurred( event, args );
|
||||
super.eventOccurred( event, args );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -1128,7 +1128,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
DbgUtils.logf( "onPrepareOptionsMenu: incomplete so bailing" );
|
||||
}
|
||||
return m_menuPrepared;
|
||||
}
|
||||
} // onPrepareOptionsMenu
|
||||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected( MenuItem item )
|
||||
|
|
Loading…
Add table
Reference in a new issue