Let SecureBackupEnableView use UserStoryFlowPage.
This commit is contained in:
parent
7e63f196d9
commit
256eb23acf
2 changed files with 17 additions and 47 deletions
|
|
@ -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 = {},
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue