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