feat: Prevent keyboard from hiding when opening the menu in ChatDetailScreen
This commit is contained in:
@@ -704,8 +704,7 @@ fun ChatDetailScreen(
|
|||||||
Box {
|
Box {
|
||||||
IconButton(
|
IconButton(
|
||||||
onClick = {
|
onClick = {
|
||||||
keyboardController?.hide()
|
// 🔥 НЕ закрываем клавиатуру при открытии меню
|
||||||
focusManager.clearFocus()
|
|
||||||
showMenu = true
|
showMenu = true
|
||||||
},
|
},
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
|||||||
Reference in New Issue
Block a user