Let SecureBackupEnableView use UserStoryFlowPage.

This commit is contained in:
Benoit Marty 2023-11-03 14:52:08 +01:00 committed by Benoit Marty
parent 7e63f196d9
commit 256eb23acf
2 changed files with 17 additions and 47 deletions

View file

@ -50,10 +50,10 @@ import io.element.android.libraries.theme.ElementTheme
fun UserStoryFlowPage(
canGoBack: Boolean,
onBackClicked: () -> Unit,
title: String,
subTitle: String?,
iconResourceId: Int?,
title: String,
modifier: Modifier = Modifier,
subTitle: String? = null,
content: @Composable () -> Unit = {},
buttons: @Composable ColumnScope.() -> Unit = {},
) {