diff --git a/lib/src/swiper.dart b/lib/src/swiper.dart index 9783740..c827a1f 100644 --- a/lib/src/swiper.dart +++ b/lib/src/swiper.dart @@ -514,7 +514,7 @@ class _SwiperState extends _SwiperTimerMixin { if (_timer != null) _stopAutoplay(); } } else if (notification is ScrollEndNotification) { - if (_timer == null) _startAutoplay(); + if (_timer == null && _controller?.autoplay == true) _startAutoplay(); } return false;