mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
assert addressing problems earlier
This commit is contained in:
parent
63441453ef
commit
a920ce455b
1 changed files with 2 additions and 0 deletions
|
@ -2043,6 +2043,8 @@ public class BoardDelegate extends DelegateBase
|
|||
m_view.startHandling( m_activity, m_jniThread, m_jniGamePtr, m_gi,
|
||||
m_connTypes );
|
||||
if ( null != m_xport ) {
|
||||
// informMissing should have been called by now
|
||||
Assert.assertNotNull( m_connTypes );
|
||||
m_xport.setReceiver( m_jniThread, m_handler );
|
||||
}
|
||||
m_jniThread.handle( JNICmd.CMD_START );
|
||||
|
|
Loading…
Reference in a new issue