mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
implement revert menuitem by just finish()ing without saving. Ideally
I guess I'd reopen the dialog but this is easier.
This commit is contained in:
parent
f78ff6786a
commit
c82a412317
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ public class GameConfig extends Activity implements View.OnClickListener {
|
|||
|
||||
switch( item.getItemId() ) {
|
||||
case R.id.game_config_revert:
|
||||
Utils.notImpl( this );
|
||||
finish();
|
||||
break;
|
||||
default:
|
||||
handled = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue