xwords/xwords4/android/app/src
Eric House 83f7a9cec1 fix dismissal of invite/wait alert
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.
2017-03-01 07:23:50 -08:00
..
debug/assets experimental on-device log-saving script 2017-02-08 07:01:38 -08:00
main fix dismissal of invite/wait alert 2017-03-01 07:23:50 -08:00
xw4/java/org/eehouse/android/xw4 auto-update emacs compile-command to use gradle 2017-01-18 19:22:32 -08:00
xw4dbg remove configChanges for MainActivity 2017-01-28 11:03:33 -08:00