mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
resend invites more aggressively
Was silently failing to send additional invitations when asked. This should fix this. If this is too aggressive I hope I'll notice.
This commit is contained in:
parent
90eabd45c0
commit
5d71d88cfb
1 changed files with 1 additions and 1 deletions
|
@ -2634,7 +2634,7 @@ public class BoardDelegate extends DelegateBase
|
||||||
private void tryInvites()
|
private void tryInvites()
|
||||||
{
|
{
|
||||||
if ( 0 < m_mySIS.nMissing && m_summary.hasRematchInfo() ) {
|
if ( 0 < m_mySIS.nMissing && m_summary.hasRematchInfo() ) {
|
||||||
tryRematchInvites( false );
|
tryRematchInvites( null != m_missingMeans );
|
||||||
} else if ( 0 < m_mySIS.nMissing && m_summary.hasInviteInfo() ) {
|
} else if ( 0 < m_mySIS.nMissing && m_summary.hasInviteInfo() ) {
|
||||||
tryOtherInvites();
|
tryOtherInvites();
|
||||||
} else if ( null != m_missingDevs ) {
|
} else if ( null != m_missingDevs ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue