This commit is contained in:
Benoit Marty
2026-01-08 16:31:56 +01:00
parent 1dfe26e67a
commit 49434c12a2

View File

@@ -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) },
)
}