mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
ab0764fa5a
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. |
||
---|---|---|
xwords4 | ||
.gitignore | ||
.projectile | ||
.travis.yml | ||
id_rsa_uploader.enc |