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