mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
don't assert on DEBUG: too frequent
I need to fix this, but crashing all the time isn't the answer.
This commit is contained in:
parent
ddfa3a567f
commit
ae86378bcd
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ public class XWActivity extends FragmentActivity
|
||||||
} catch (IllegalStateException ise ) {
|
} catch (IllegalStateException ise ) {
|
||||||
Log.d( TAG, "error showing tag %s (df: %s)", tag, df );
|
Log.d( TAG, "error showing tag %s (df: %s)", tag, df );
|
||||||
// DLG_SCORES is causing this for non-belongsOnBackStack() case
|
// DLG_SCORES is causing this for non-belongsOnBackStack() case
|
||||||
Assert.assertFalse( BuildConfig.DEBUG );
|
// Assert.assertFalse( BuildConfig.DEBUG );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue