Disable button during the "verifying" step.

This commit is contained in:
Benoit Marty 2024-11-07 17:05:18 +01:00
parent bee708cf3e
commit 084fa78072

View file

@ -335,6 +335,7 @@ private fun VerifySelfSessionBottomMenu(
modifier = Modifier.fillMaxWidth(),
text = positiveButtonTitle,
showProgress = isVerifying,
enabled = !isVerifying,
onClick = {
if (!isVerifying) {
eventSink(VerifySelfSessionViewEvents.ConfirmVerification)