fix: Replace windowInsetsPadding with statusBarsPadding for header in ChatsListScreen
This commit is contained in:
@@ -386,10 +386,10 @@ fun ChatsListScreen(
|
||||
Box(
|
||||
modifier =
|
||||
Modifier.fillMaxWidth()
|
||||
.windowInsetsPadding(WindowInsets.statusBars)
|
||||
.background(
|
||||
color = headerColor
|
||||
)
|
||||
.statusBarsPadding()
|
||||
.padding(
|
||||
top = 16.dp,
|
||||
start = 20.dp,
|
||||
|
||||
Reference in New Issue
Block a user