diff --git a/lib/routes/video/videoList.dart b/lib/routes/video/videoList.dart index 0b1d143..65b447f 100644 --- a/lib/routes/video/videoList.dart +++ b/lib/routes/video/videoList.dart @@ -192,7 +192,11 @@ class _VideoListState extends State { if (notification.metrics.maxScrollExtent - notification.metrics.pixels < 1200 && + notification.metrics.maxScrollExtent - + notification.metrics.pixels > + 0 && !_loading) { + print(notification.metrics.maxScrollExtent - notification.metrics.pixels); _getVideos(); } });