mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +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;
|
||||
|
||||
case R.id.board_menu_game_history:
|
||||
m_jniThread.handle( JNICmd.CMD_HISTORY,
|
||||
R.string.history_title );
|
||||
m_jniThread.handle( JNICmd.CMD_HISTORY, R.string.history_title );
|
||||
break;
|
||||
|
||||
case R.id.board_menu_game_resign:
|
||||
m_jniThread.handle( JNICmd.CMD_FINAL,
|
||||
R.string.history_title );
|
||||
m_jniThread.handle( JNICmd.CMD_FINAL, R.string.history_title );
|
||||
break;
|
||||
|
||||
case R.id.board_menu_game_resend:
|
||||
|
|
Loading…
Reference in a new issue