mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Fix top bar visibility in Date calculator
This commit is contained in:
parent
ce5563b042
commit
e599c34666
@ -122,7 +122,7 @@ private fun AddSubtractView(
|
||||
val focusManager = LocalFocusManager.current
|
||||
|
||||
LaunchedEffect(showKeyboard, landscape) {
|
||||
toggleTopBar(showKeyboard and landscape)
|
||||
toggleTopBar(!(showKeyboard and landscape))
|
||||
}
|
||||
|
||||
BackHandler(showKeyboard) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user