feat: Add window insets padding to ChatsListScreen for better layout on status bar

This commit is contained in:
k1ngsterr1
2026-01-21 16:51:29 +05:00
parent 7d81dedfab
commit 5e0c8dc1a8

View File

@@ -371,6 +371,7 @@ fun ChatsListScreen(
modifier = modifier =
Modifier.fillMaxSize() Modifier.fillMaxSize()
.background(drawerBackgroundColor) .background(drawerBackgroundColor)
.windowInsetsPadding(WindowInsets.statusBars)
) { ) {
// ═══════════════════════════════════════════════════════════ // ═══════════════════════════════════════════════════════════
// 🎨 DRAWER HEADER - Avatar and status // 🎨 DRAWER HEADER - Avatar and status