tom
This commit is contained in:
parent
1dfe26e67a
commit
49434c12a2
1 changed files with 1 additions and 1 deletions
|
|
@ -301,10 +301,10 @@ private fun OutgoingVerificationViewBottomMenu(
|
||||||
eventSink(OutgoingVerificationViewEvents.ConfirmVerification)
|
eventSink(OutgoingVerificationViewEvents.ConfirmVerification)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
TextButton(
|
TextButton(
|
||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth(),
|
||||||
text = stringResource(R.string.screen_session_verification_they_dont_match),
|
text = stringResource(R.string.screen_session_verification_they_dont_match),
|
||||||
|
enabled = !isVerifying,
|
||||||
onClick = { eventSink(OutgoingVerificationViewEvents.DeclineVerification) },
|
onClick = { eventSink(OutgoingVerificationViewEvents.DeclineVerification) },
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue