feat: Update bottom bar padding handling to use navigationBarsPadding for improved layout

This commit is contained in:
k1ngsterr1
2026-01-14 04:26:01 +05:00
parent 6bf66cae26
commit 874017e72b

View File

@@ -1153,7 +1153,7 @@ fun ChatDetailScreen(
start = 0.dp,
end = 0.dp,
top = 8.dp,
bottom = if (isSelectionMode) 160.dp else 100.dp // 🔥 Увеличено для инпута
bottom = if (isSelectionMode) 100.dp else 16.dp // 🔥 Уменьшено для инпута
),
reverseLayout = true
) {