remove mistaken test: relay's an option too and always supported

This commit is contained in:
Eric House 2015-07-22 06:50:05 -07:00
parent dad39eedde
commit 59f9dd51b8

View file

@ -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 );