mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
goes with prev commit
This commit is contained in:
parent
1703a15aca
commit
aee4d9d6a4
1 changed files with 3 additions and 2 deletions
|
@ -925,7 +925,7 @@ public class BoardDelegate extends DelegateBase
|
|||
break;
|
||||
|
||||
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;
|
||||
|
||||
case R.id.gamel_menu_checkmoves:
|
||||
|
@ -2134,7 +2134,8 @@ public class BoardDelegate extends DelegateBase
|
|||
}
|
||||
|
||||
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…
Reference in a new issue