goes with prev commit

This commit is contained in:
Eric House 2015-08-18 06:40:50 -07:00
parent 1703a15aca
commit aee4d9d6a4

View file

@ -925,7 +925,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:
@ -2134,7 +2134,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 );
} }
} }