mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-30 17:13:50 +01:00
DroidFish: The menu button did not always work in edit board mode.
This commit is contained in:
parent
0a38bbbd7b
commit
d2cbde4aac
|
@ -229,7 +229,7 @@ public class EditBoard extends Activity {
|
|||
@Override
|
||||
public boolean onPrepareOptionsMenu(Menu menu) {
|
||||
showDialog(EDIT_DIALOG);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
private final void setSelection(int sq) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user