Use generic action_start
This commit is contained in:
parent
2527f22ed4
commit
fbfd6826ae
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ internal fun BottomMenu(screenState: VerifySelfSessionState, goBack: () -> Unit)
|
||||||
R.string.screen_session_verification_they_match
|
R.string.screen_session_verification_they_match
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FlowStep.Ready -> R.string.screen_session_verification_positive_button_ready
|
FlowStep.Ready -> CommonStrings.action_start
|
||||||
else -> null
|
else -> null
|
||||||
}
|
}
|
||||||
val negativeButtonTitle = when (verificationViewState) {
|
val negativeButtonTitle = when (verificationViewState) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue