Skip to content

Commit 7a610f5

Browse files
committed
feat(add-new-user): allow nullable appbar
1 parent f2afc77 commit 7a610f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-ui/src/main/java/com/hoc/flowmvi/core_ui/AppBarState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ data class AppBarState(
1515
val colors: TopAppBarColors,
1616
)
1717

18-
typealias ConfigAppBar = (AppBarState) -> Unit
18+
typealias ConfigAppBar = (AppBarState?) -> Unit

0 commit comments

Comments
 (0)