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