mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
use new convenience method
This commit is contained in:
parent
2e6993cce0
commit
645da39e51
1 changed files with 3 additions and 6 deletions
|
@ -416,10 +416,7 @@ public class CommsTransport implements TransportProcs,
|
|||
case COMMS_RELAYSTATE_UNCONNECTED:
|
||||
case COMMS_RELAYSTATE_DENIED:
|
||||
case COMMS_RELAYSTATE_CONNECT_PENDING:
|
||||
ConnStatusHandler.updateStatusOut( m_context, null,
|
||||
CommsConnType.COMMS_CONN_RELAY,
|
||||
false );
|
||||
ConnStatusHandler.updateStatusIn( m_context, null,
|
||||
ConnStatusHandler.updateStatus( m_context, null,
|
||||
CommsConnType.COMMS_CONN_RELAY,
|
||||
false );
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue