reapply RangeMaintainingScrollPhysics

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-23 12:26:08 +08:00
parent 8c6794af0d
commit cc205bd7c6
2 changed files with 1 additions and 16 deletions

View File

@@ -551,7 +551,7 @@ class RefreshIndicatorState extends State<RefreshIndicator>
return ScrollConfiguration(
behavior: RefreshScrollBehavior(
scrollPhysics: RefreshScrollPhysics(
// parent: const RangeMaintainingScrollPhysics(),
parent: const RangeMaintainingScrollPhysics(),
onDrag: _onDrag,
),
),