goes with prev commit

This commit is contained in:
Eric House 2015-08-18 06:40:50 -07:00
parent ff3d587179
commit a11e5beded

View file

@ -906,7 +906,7 @@ public class BoardDelegate extends DelegateBase
break; break;
case R.id.board_menu_game_resend: case R.id.board_menu_game_resend:
m_jniThread.handle( JNICmd.CMD_RESEND, true, false ); m_jniThread.handle( JNICmd.CMD_RESEND, true, false, true );
break; break;
case R.id.gamel_menu_checkmoves: case R.id.gamel_menu_checkmoves:
@ -2104,7 +2104,8 @@ public class BoardDelegate extends DelegateBase
} }
if ( 0 < m_connTypes.size() ) { if ( 0 < m_connTypes.size() ) {
m_jniThread.handle( JNIThread.JNICmd.CMD_RESEND, force, true ); m_jniThread.handle( JNIThread.JNICmd.CMD_RESEND, force, true,
false );
} }
} }