Bugfix: prevent submit when both inputs hold a '-'
This commit is contained in:
@@ -236,6 +236,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
} else {
|
} else {
|
||||||
updateOnChange = false
|
updateOnChange = false
|
||||||
appendToFocusedInput('-')
|
appendToFocusedInput('-')
|
||||||
|
currentRound = Round(1,1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -248,6 +249,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
} else {
|
} else {
|
||||||
updateOnChange = false
|
updateOnChange = false
|
||||||
appendToFocusedInput('-')
|
appendToFocusedInput('-')
|
||||||
|
currentRound = Round(1,1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user