Fix pull down status bar padding
This commit is contained in:
parent
a16c6ea226
commit
6fdf67a4de
@ -185,7 +185,6 @@ fun PullDownScaffold(
|
||||
|
||||
Box(
|
||||
modifier = modifier
|
||||
.fillMaxSize()
|
||||
.clipToBounds()
|
||||
.nestedScroll(nestedScrollConnection)
|
||||
.offset { IntOffset(0, offsetY.value.toInt()) },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user