feat: Update bottom bar padding handling to use navigationBarsPadding for improved layout
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user