Reset continue button state when dismissing registration number confirmation dialog.
This commit is contained in:
parent
9e6f2336d1
commit
3aa0fd1937
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ object RegistrationViewDelegate {
|
|||
setMessage(message)
|
||||
setPositiveButton(android.R.string.ok) { _, _ -> onConfirmed.run() }
|
||||
setNegativeButton(R.string.RegistrationActivity_edit_number) { _, _ -> onEditNumber.run() }
|
||||
setOnDismissListener { onEditNumber.run() }
|
||||
}.show()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue