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 f2afc77 commit 7a610f5Copy full SHA for 7a610f5
core-ui/src/main/java/com/hoc/flowmvi/core_ui/AppBarState.kt
@@ -15,4 +15,4 @@ data class AppBarState(
15
val colors: TopAppBarColors,
16
)
17
18
-typealias ConfigAppBar = (AppBarState) -> Unit
+typealias ConfigAppBar = (AppBarState?) -> Unit
0 commit comments