Show Snackbar once the verification is finish in the correct screen (#812)
This commit is contained in:
+2
@@ -50,6 +50,7 @@ fun PreferenceView(
|
||||
title: String,
|
||||
modifier: Modifier = Modifier,
|
||||
onBackPressed: () -> Unit = {},
|
||||
snackbarHost: @Composable () -> Unit = {},
|
||||
content: @Composable ColumnScope.() -> Unit,
|
||||
) {
|
||||
Scaffold(
|
||||
@@ -64,6 +65,7 @@ fun PreferenceView(
|
||||
onBackPressed = onBackPressed,
|
||||
)
|
||||
},
|
||||
snackbarHost = snackbarHost,
|
||||
content = {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
|
||||
Reference in New Issue
Block a user