mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
remove assertion
This commit is contained in:
parent
16ced1dd49
commit
f1ab7be1a3
1 changed files with 2 additions and 1 deletions
|
@ -2298,7 +2298,6 @@ public class BoardDelegate extends DelegateBase
|
|||
runOnUiThread( new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
Assert.assertTrueNR( m_jniGamePtr.isRetained() );
|
||||
if ( m_jniGamePtr.isRetained() ) {
|
||||
boolean hasPending = 0 < XwJNI.
|
||||
comms_countPendingPackets( m_jniGamePtr );
|
||||
|
@ -2307,6 +2306,8 @@ public class BoardDelegate extends DelegateBase
|
|||
hasPending, inArchiveGroup() )
|
||||
.configure( onDone, BoardDelegate.this );
|
||||
show( mGameOverAlert );
|
||||
} else {
|
||||
Log.e( TAG, "gamePtr not retained" );
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue