assert addressing problems earlier

This commit is contained in:
Eric House 2015-07-17 07:41:29 -07:00
parent 63441453ef
commit a920ce455b

View file

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