Fix pull down scaffold nested scroll
This commit is contained in:
@@ -345,7 +345,7 @@ fun PullDownScaffold(
|
||||
}
|
||||
)
|
||||
}
|
||||
.nestedScroll(nestedScrollConnection)
|
||||
//.nestedScroll(nestedScrollConnection)
|
||||
.offset { IntOffset(0, offsetY.value.toInt()) },
|
||||
contentAlignment = Alignment.TopCenter
|
||||
) {
|
||||
@@ -365,6 +365,7 @@ fun PullDownScaffold(
|
||||
state = pagerState,
|
||||
reverseLayout = true,
|
||||
userScrollEnabled = false,
|
||||
pageNestedScrollConnection = nestedScrollConnection,
|
||||
) {
|
||||
when (it) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user