feat: Add window insets padding to ChatsListScreen for better layout on status bar
This commit is contained in:
@@ -371,6 +371,7 @@ fun ChatsListScreen(
|
||||
modifier =
|
||||
Modifier.fillMaxSize()
|
||||
.background(drawerBackgroundColor)
|
||||
.windowInsetsPadding(WindowInsets.statusBars)
|
||||
) {
|
||||
// ═══════════════════════════════════════════════════════════
|
||||
// 🎨 DRAWER HEADER - Avatar and status
|
||||
|
||||
Reference in New Issue
Block a user