Game is now saved every time the model is changed.

This commit is contained in:
Christopher Beckmann 2015-11-17 15:47:24 +01:00
parent 0370fdad4e
commit 6ad5832538

View file

@ -34,6 +34,7 @@ public class SudokuKeyboardLayout extends GridLayout {
} else { } else {
gameController.setSelectedValue(btn.getValue()); gameController.setSelectedValue(btn.getValue());
} }
gameController.saveGame(getContext());
} }
} }
}; };