call super

This commit is contained in:
Eric House 2014-09-17 08:03:43 -07:00
parent e6203182ec
commit 36bed8a2c8

View file

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