mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-10 05:26:10 +01:00
83f7a9cec1
There were multiple places launching it, which in a DialogFragment world (in the absence of other per-dlg-id controls) means stacked multiple alerts. And dismissDialog() didn't work. So use a boolean to prevent more than one being posted and keep a reference to the DialogFragment behind it in order to be able to call dismiss() on it. That's the only place I was calling dismissDialog() (other than the tile-picking stuff which has to be rewritten anyway) so this little hack is probably ok. This alert still gets messed up with the screen config changes. Fixing that is next. |
||
---|---|---|
.. | ||
debug/assets | ||
main | ||
xw4/java/org/eehouse/android/xw4 | ||
xw4dbg |