Disable button during the "verifying" step.

This commit is contained in:
Benoit Marty
2024-11-07 17:05:18 +01:00
parent f77ac55ec5
commit 4d0b2dd53b

View File

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