mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
start comms after giving CommsTransport a handler for any network
activity. This might fix a very rare race condition.
This commit is contained in:
parent
9b955ae770
commit
ec96b0dd0d
1 changed files with 1 additions and 1 deletions
|
@ -286,10 +286,10 @@ public class BoardActivity extends Activity implements UtilCtxt {
|
|||
m_jniThread.start();
|
||||
|
||||
m_view.startHandling( m_jniThread, m_jniGamePtr, m_gi );
|
||||
m_jniThread.handle( JNICmd.CMD_START );
|
||||
if ( null != m_xport ) {
|
||||
m_xport.setReceiver( m_jniThread );
|
||||
}
|
||||
m_jniThread.handle( JNICmd.CMD_START );
|
||||
}
|
||||
} // onCreate
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue