show last-move as an alert rather than a toast

it gets lost the other way.
This commit is contained in:
Eric House 2020-04-11 15:51:58 -07:00
parent c5f1d2bf3b
commit ca6a0868c9

View file

@ -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();
} }
} ); } );
} }