feat: Remove bottom padding adjustment for emoji picker in message list
This commit is contained in:
@@ -1063,12 +1063,10 @@ fun ChatDetailScreen(
|
||||
.background(backgroundColor)
|
||||
) {
|
||||
// Список сообщений - занимает всё доступное место
|
||||
// 🔥 Добавляем padding снизу когда emoji picker открыт (keyboard avoiding)
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.weight(1f)
|
||||
.fillMaxWidth()
|
||||
.padding(bottom = emojiPanelPadding)
|
||||
) {
|
||||
when {
|
||||
// 🔥 СКЕЛЕТОН - показываем пока загружаются сообщения
|
||||
|
||||
Reference in New Issue
Block a user