This commit is contained in:
Benoit Marty 2026-01-08 16:31:56 +01:00
parent e5391bd5a7
commit 7b1bc1968d

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