bump version number, reduce size of app.
This commit is contained in:
@@ -125,7 +125,6 @@ class MainActivity : AppCompatActivity() {
|
||||
currentRound.scoreB = 0
|
||||
inputTeamB.setText(currentRound.scoreB.toString())
|
||||
100
|
||||
|
||||
}
|
||||
updateOnChange = false
|
||||
inputTeamA.setText(currentRound.scoreA.toString())
|
||||
@@ -159,8 +158,6 @@ class MainActivity : AppCompatActivity() {
|
||||
}
|
||||
updateOnChange = false
|
||||
inputTeamA.setText(currentRound.scoreA.toString())
|
||||
|
||||
|
||||
}
|
||||
|
||||
if (inputTeamB.isFocused) {
|
||||
@@ -281,16 +278,13 @@ class MainActivity : AppCompatActivity() {
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
updateView()
|
||||
|
||||
|
||||
inputTeamA.text.clear()
|
||||
inputTeamB.text.clear()
|
||||
disableSubmitButton()
|
||||
|
||||
scrollViewHistory.fullScroll(ScrollView.FOCUS_DOWN)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -397,8 +391,6 @@ class MainActivity : AppCompatActivity() {
|
||||
}
|
||||
inputTeamB.text.append(toAppend)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
private fun enableSubmitButton() {
|
||||
|
||||
Reference in New Issue
Block a user