Uses primitive instead of object for Float

pull/726/head
Vitor Pamplona 2023-12-19 15:54:10 -05:00
rodzic fdfd875580
commit e452c33a98
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -291,7 +291,7 @@ fun MainScreen(
}
WatchNavStateToUpdateBarVisibility(navState) {
bottomBarOffsetHeightPx.value = 0f
bottomBarOffsetHeightPx.floatValue = 0f
shouldShow.value = true
}