mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 08:47:50 +01:00
goes with prev commit
This commit is contained in:
parent
ff3d587179
commit
a11e5beded
1 changed files with 3 additions and 2 deletions
|
@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue