minor fixes

This commit is contained in:
adrienmalin
2018-08-17 01:59:58 +02:00
parent 10c6d6a31d
commit 465391bf3b
3 changed files with 4 additions and 3 deletions

View File

@ -103,6 +103,7 @@ class MainActivity : AppCompatActivity() {
if (game > 0) {
undo?.isVisible = true
}
redo?.isVisible = false
}
fun reloadState() {