mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 16:55:26 +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
|
val focusManager = LocalFocusManager.current
|
||||||
|
|
||||||
LaunchedEffect(showKeyboard, landscape) {
|
LaunchedEffect(showKeyboard, landscape) {
|
||||||
toggleTopBar(showKeyboard and landscape)
|
toggleTopBar(!(showKeyboard and landscape))
|
||||||
}
|
}
|
||||||
|
|
||||||
BackHandler(showKeyboard) {
|
BackHandler(showKeyboard) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user