Remove fading edges from pull down scaffold

This commit is contained in:
MM20 2022-06-12 12:13:41 +02:00
parent 650590a6b5
commit ebb7a99882
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -218,10 +218,6 @@ fun PullDownScaffold(
val insets = WindowInsets.systemBars.asPaddingValues()
Box(
modifier = modifier
.verticalFadingEdges(
top = insets.calculateTopPadding(),
amount = 0.85f
)
.nestedScroll(nestedScrollConnection)
.offset { IntOffset(0, offsetY.value.toInt()) },
contentAlignment = Alignment.TopCenter