xwords/xwords4/android/app/src
Eric House ab0764fa5a hack around IllegalStateException with Wait alert
The pesky thing is back. When app's in the background with an
unconnected game open displaying the "resend/wait" alert and the game
connects get IllegalStateException because the fragment stack's being
modified after onSaveInstanceState() (or, because the dialog fragment,
saved as an instance variable in BoardDelegate, dates from an earlier
state. Anyway, catching and dropping the exception and elsewhere failing
silently to rebuild the alert seems to fix the problem, but the right
fix is likely different. I suspect hanging onto that iVar is wrong, and
that the dialog should go away when onStop() is called and then be
rebuilt later from saved state. But for now, not crashing is good.
2018-03-21 08:11:07 -07:00
..
debug/assets experimental on-device log-saving script 2017-02-08 07:01:38 -08:00
main hack around IllegalStateException with Wait alert 2018-03-21 08:11:07 -07:00
xw4 add settings for debugging/tracking GCM 2018-01-03 21:32:23 -08:00
xw4d ignore folders and generated file 2017-12-22 08:02:49 -08:00
xw4fdroid/java/org/eehouse/android/xw4 remove requirement for gcm.jar 2017-11-27 20:40:16 -08:00