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 =
|
||||||
Modifier.fillMaxSize()
|
Modifier.fillMaxSize()
|
||||||
.background(drawerBackgroundColor)
|
.background(drawerBackgroundColor)
|
||||||
|
.windowInsetsPadding(WindowInsets.statusBars)
|
||||||
) {
|
) {
|
||||||
// ═══════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════
|
||||||
// 🎨 DRAWER HEADER - Avatar and status
|
// 🎨 DRAWER HEADER - Avatar and status
|
||||||
|
|||||||
Reference in New Issue
Block a user