mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
@@ -547,7 +547,10 @@ class RefreshIndicatorState extends State<RefreshIndicator>
|
|||||||
return ScrollConfiguration(
|
return ScrollConfiguration(
|
||||||
behavior: RefreshScrollBehavior(
|
behavior: RefreshScrollBehavior(
|
||||||
desktopDragDevices,
|
desktopDragDevices,
|
||||||
scrollPhysics: RefreshScrollPhysics(onDrag: _onDrag),
|
scrollPhysics: RefreshScrollPhysics(
|
||||||
|
parent: const RangeMaintainingScrollPhysics(),
|
||||||
|
onDrag: _onDrag,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
child: child,
|
child: child,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user