Game is now saved every time the model is changed.
This commit is contained in:
parent
0370fdad4e
commit
6ad5832538
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class SudokuKeyboardLayout extends GridLayout {
|
||||||
} else {
|
} else {
|
||||||
gameController.setSelectedValue(btn.getValue());
|
gameController.setSelectedValue(btn.getValue());
|
||||||
}
|
}
|
||||||
|
gameController.saveGame(getContext());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue