mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-08 23:54:39 +00:00
Uses primitive instead of object for Float
This commit is contained in:
@@ -291,7 +291,7 @@ fun MainScreen(
|
||||
}
|
||||
|
||||
WatchNavStateToUpdateBarVisibility(navState) {
|
||||
bottomBarOffsetHeightPx.value = 0f
|
||||
bottomBarOffsetHeightPx.floatValue = 0f
|
||||
shouldShow.value = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user