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()
|
private void tryInvites()
|
||||||
{
|
{
|
||||||
if ( XWApp.BTSUPPORTED || XWApp.SMSSUPPORTED ) {
|
|
||||||
// test if summary knows of rematch pending first
|
|
||||||
if ( 0 < m_nMissing && m_summary.hasRematchInfo() ) {
|
if ( 0 < m_nMissing && m_summary.hasRematchInfo() ) {
|
||||||
tryRematchInvites();
|
tryRematchInvites();
|
||||||
} else if ( null != m_missingDevs ) {
|
} else if ( null != m_missingDevs ) {
|
||||||
|
@ -2406,7 +2404,6 @@ public class BoardDelegate extends DelegateBase
|
||||||
m_missingMeans = null;
|
m_missingMeans = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private void updateToolbar()
|
private void updateToolbar()
|
||||||
{
|
{
|
||||||
|
@ -2599,7 +2596,6 @@ public class BoardDelegate extends DelegateBase
|
||||||
if ( null != value ) {
|
if ( null != value ) {
|
||||||
BTService.inviteRemote( m_activity, value, nli );
|
BTService.inviteRemote( m_activity, value, nli );
|
||||||
}
|
}
|
||||||
|
|
||||||
value = m_summary.getStringExtra( GameSummary.EXTRA_REMATCH_RELAY );
|
value = m_summary.getStringExtra( GameSummary.EXTRA_REMATCH_RELAY );
|
||||||
if ( null != value ) {
|
if ( null != value ) {
|
||||||
RelayService.inviteRemote( m_activity, 0, value, nli );
|
RelayService.inviteRemote( m_activity, 0, value, nli );
|
||||||
|
|
Loading…
Add table
Reference in a new issue