Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Find a file
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
xwords4 hack around IllegalStateException with Wait alert 2018-03-21 08:11:07 -07:00
.gitignore fix xw4d build (shortening more xw4dbg) 2017-05-23 19:03:29 -07:00
.projectile fix duplicate permissions 2017-01-19 06:22:12 -08:00
.travis.yml try to fix travis for new host 2017-10-11 07:39:09 -07:00
id_rsa_uploader.enc try to fix travis for new host 2017-10-11 07:39:09 -07:00