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:
Eric House 2017-08-11 06:25:25 -07:00
parent ddfa3a567f
commit ae86378bcd

View file

@ -282,7 +282,7 @@ public class XWActivity extends FragmentActivity
} catch (IllegalStateException ise ) {
Log.d( TAG, "error showing tag %s (df: %s)", tag, df );
// DLG_SCORES is causing this for non-belongsOnBackStack() case
Assert.assertFalse( BuildConfig.DEBUG );
// Assert.assertFalse( BuildConfig.DEBUG );
}
}