Disable button during the "verifying" step.
This commit is contained in:
parent
bee708cf3e
commit
084fa78072
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ private fun VerifySelfSessionBottomMenu(
|
|||
modifier = Modifier.fillMaxWidth(),
|
||||
text = positiveButtonTitle,
|
||||
showProgress = isVerifying,
|
||||
enabled = !isVerifying,
|
||||
onClick = {
|
||||
if (!isVerifying) {
|
||||
eventSink(VerifySelfSessionViewEvents.ConfirmVerification)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue