mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
add rating
This commit is contained in:
@@ -17,8 +17,9 @@ class ScrollParent extends StatelessWidget {
|
||||
}
|
||||
if (controller.offset + value.overscroll >=
|
||||
controller.position.maxScrollExtent) {
|
||||
if (controller.offset != controller.position.maxScrollExtent)
|
||||
if (controller.offset != controller.position.maxScrollExtent) {
|
||||
controller.jumpTo(controller.position.maxScrollExtent);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
controller.jumpTo(controller.offset + value.overscroll);
|
||||
|
||||
Reference in New Issue
Block a user