Bugfix: prevent submit when both inputs hold a '-'

This commit is contained in:
2020-09-21 08:49:51 +02:00
parent 437fae633a
commit ac468e2e84

View File

@@ -236,6 +236,7 @@ class MainActivity : AppCompatActivity() {
} else {
updateOnChange = false
appendToFocusedInput('-')
currentRound = Round(1,1)
}
@@ -248,6 +249,7 @@ class MainActivity : AppCompatActivity() {
} else {
updateOnChange = false
appendToFocusedInput('-')
currentRound = Round(1,1)
}
}
}