diff --git a/features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/outgoing/OutgoingVerificationView.kt b/features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/outgoing/OutgoingVerificationView.kt index d2bf5a4bba..95258ba336 100644 --- a/features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/outgoing/OutgoingVerificationView.kt +++ b/features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/outgoing/OutgoingVerificationView.kt @@ -301,10 +301,10 @@ private fun OutgoingVerificationViewBottomMenu( eventSink(OutgoingVerificationViewEvents.ConfirmVerification) }, ) - TextButton( modifier = Modifier.fillMaxWidth(), text = stringResource(R.string.screen_session_verification_they_dont_match), + enabled = !isVerifying, onClick = { eventSink(OutgoingVerificationViewEvents.DeclineVerification) }, ) }