mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +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. |
||
---|---|---|
.. | ||
app | ||
gradle/wrapper | ||
img_src | ||
jni | ||
libs | ||
res_src | ||
scripts | ||
website | ||
.gitignore | ||
Application.mk | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
INSTALL.txt | ||
proguard-project.txt | ||
proguard-rules.pro | ||
settings.gradle |