Rename UserStoryFlowPage to FlowStepPage

Rename UserStoryFlowPage to FlowStepPage
This commit is contained in:
Benoit Marty 2023-11-07 10:08:11 +01:00 committed by Benoit Marty
parent 3483eaaa00
commit 163bc8703f
8 changed files with 13 additions and 13 deletions

View file

@ -47,7 +47,7 @@ import io.element.android.libraries.theme.ElementTheme
*/
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun UserStoryFlowPage(
fun FlowStepPage(
canGoBack: Boolean,
onBackClicked: () -> Unit,
iconResourceId: Int?,
@ -92,8 +92,8 @@ fun UserStoryFlowPage(
@PreviewsDayNight
@Composable
internal fun UserStoryFlowPagePreview() = ElementPreview {
UserStoryFlowPage(
internal fun FlowStepPagePreview() = ElementPreview {
FlowStepPage(
canGoBack = true,
onBackClicked = {},
title = "Title",