Return to victory activity after back button press

This commit is contained in:
adrienmalin 2018-12-07 12:35:37 +01:00
parent ef149251ff
commit 1454713881

View File

@ -174,8 +174,8 @@ class MatchActivity : AppCompatActivity() {
buttons[0] -> updateScore(players[0])
buttons[1] -> updateScore(players[1])
}
updateUI()
}
updateUI()
}
}