mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
cleanup formatting
This commit is contained in:
parent
94b2eddda6
commit
cf71479931
1 changed files with 2 additions and 4 deletions
|
@ -813,13 +813,11 @@ public class BoardActivity extends XWActivity
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case R.id.board_menu_game_history:
|
case R.id.board_menu_game_history:
|
||||||
m_jniThread.handle( JNICmd.CMD_HISTORY,
|
m_jniThread.handle( JNICmd.CMD_HISTORY, R.string.history_title );
|
||||||
R.string.history_title );
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case R.id.board_menu_game_resign:
|
case R.id.board_menu_game_resign:
|
||||||
m_jniThread.handle( JNICmd.CMD_FINAL,
|
m_jniThread.handle( JNICmd.CMD_FINAL, R.string.history_title );
|
||||||
R.string.history_title );
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case R.id.board_menu_game_resend:
|
case R.id.board_menu_game_resend:
|
||||||
|
|
Loading…
Reference in a new issue