Commit b8b2e7ac authored by kenan's avatar kenan

返回键处理改为onGameExit

parent d6b681d4
......@@ -453,7 +453,7 @@ public class YGOMobileActivity extends GameActivity implements
Toast.makeText(this, R.string.tip_exit_game, Toast.LENGTH_SHORT).show();
return;
}
super.onBackPressed();
onGameExit();
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment