Fix top bar visibility in Date calculator

This commit is contained in:
Sad Ellie 2023-09-17 20:00:54 +03:00
parent ce5563b042
commit e599c34666

View File

@ -122,7 +122,7 @@ private fun AddSubtractView(
val focusManager = LocalFocusManager.current
LaunchedEffect(showKeyboard, landscape) {
toggleTopBar(showKeyboard and landscape)
toggleTopBar(!(showKeyboard and landscape))
}
BackHandler(showKeyboard) {