mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 08:47:50 +01:00
remove mistaken test: relay's an option too and always supported
This commit is contained in:
parent
dad39eedde
commit
59f9dd51b8
1 changed files with 44 additions and 48 deletions
|
@ -2356,8 +2356,6 @@ public class BoardDelegate extends DelegateBase
|
|||
|
||||
private void tryInvites()
|
||||
{
|
||||
if ( XWApp.BTSUPPORTED || XWApp.SMSSUPPORTED ) {
|
||||
// test if summary knows of rematch pending first
|
||||
if ( 0 < m_nMissing && m_summary.hasRematchInfo() ) {
|
||||
tryRematchInvites();
|
||||
} else if ( null != m_missingDevs ) {
|
||||
|
@ -2406,7 +2404,6 @@ public class BoardDelegate extends DelegateBase
|
|||
m_missingMeans = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void updateToolbar()
|
||||
{
|
||||
|
@ -2599,7 +2596,6 @@ public class BoardDelegate extends DelegateBase
|
|||
if ( null != value ) {
|
||||
BTService.inviteRemote( m_activity, value, nli );
|
||||
}
|
||||
|
||||
value = m_summary.getStringExtra( GameSummary.EXTRA_REMATCH_RELAY );
|
||||
if ( null != value ) {
|
||||
RelayService.inviteRemote( m_activity, 0, value, nli );
|
||||
|
|
Loading…
Add table
Reference in a new issue