mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
show last-move as an alert rather than a toast
it gets lost the other way.
This commit is contained in:
parent
c5f1d2bf3b
commit
ca6a0868c9
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ public class BoardDelegate extends DelegateBase
|
||||||
post( new Runnable() {
|
post( new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
showToast( text );
|
makeOkOnlyBuilder( text ).show();
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue