Fix parameter order.
This commit is contained in:
parent
c3b160f890
commit
bb4c050819
1 changed files with 1 additions and 1 deletions
|
|
@ -61,9 +61,9 @@ import io.element.android.features.verifysession.impl.VerifySelfSessionState.Ver
|
||||||
@Composable
|
@Composable
|
||||||
fun VerifySelfSessionView(
|
fun VerifySelfSessionView(
|
||||||
state: VerifySelfSessionState,
|
state: VerifySelfSessionState,
|
||||||
modifier: Modifier = Modifier,
|
|
||||||
onEnterRecoveryKey: () -> Unit,
|
onEnterRecoveryKey: () -> Unit,
|
||||||
goBack: () -> Unit,
|
goBack: () -> Unit,
|
||||||
|
modifier: Modifier = Modifier,
|
||||||
) {
|
) {
|
||||||
fun goBackAndCancelIfNeeded() {
|
fun goBackAndCancelIfNeeded() {
|
||||||
state.eventSink(VerifySelfSessionViewEvents.CancelAndClose)
|
state.eventSink(VerifySelfSessionViewEvents.CancelAndClose)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue