diff --git a/lib/src/ui/pages/anime_list.dart b/lib/src/ui/pages/anime_list.dart index 87f3150..5b850c7 100644 --- a/lib/src/ui/pages/anime_list.dart +++ b/lib/src/ui/pages/anime_list.dart @@ -99,6 +99,9 @@ class AnimeListPage extends StatelessWidget { ], ), body: PageView( + // Prevent swiping between pages + // (https://github.com/flutter/flutter/issues/37510#issuecomment-612663656) + physics: NeverScrollableScrollPhysics(), controller: _controller, children: [ ListView.builder(