We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee243ff commit f465f13Copy full SHA for f465f13
authenticator/src/main/java/com/amplifyframework/ui/authenticator/ui/Authenticator.kt
@@ -97,7 +97,7 @@ fun Authenticator(
97
errorContent: @Composable (state: ErrorState) -> Unit = { AuthenticatorError(it) },
98
headerContent: @Composable () -> Unit = {},
99
footerContent: @Composable () -> Unit = {},
100
- onDisplayMessage: (suspend (AuthenticatorMessage) -> Unit)? = null,
+ onDisplayMessage: ((AuthenticatorMessage) -> Unit)? = null,
101
content: @Composable (state: SignedInState) -> Unit
102
) {
103
val snackbarState = remember { SnackbarHostState() }
0 commit comments