correct typo

This commit is contained in:
2020-08-10 23:12:03 +02:00
parent b1f1a4484f
commit 7bc9961a65

View File

@@ -128,7 +128,7 @@ class MainActivity : AppCompatActivity() {
historyB.text = "" historyB.text = ""
inputTeamA.setText("") inputTeamA.setText("")
inputTeamB.setText("") inputTeamB.setText("")
scoreA.text = "50" scoreA.text = ""
scoreB.text = "" scoreB.text = ""
} }