Use generic action_start

This commit is contained in:
Benoit Marty
2023-09-28 16:37:57 +02:00
parent 2527f22ed4
commit fbfd6826ae

View File

@@ -190,7 +190,7 @@ internal fun BottomMenu(screenState: VerifySelfSessionState, goBack: () -> Unit)
R.string.screen_session_verification_they_match
}
}
FlowStep.Ready -> R.string.screen_session_verification_positive_button_ready
FlowStep.Ready -> CommonStrings.action_start
else -> null
}
val negativeButtonTitle = when (verificationViewState) {