fix(ui): Disable swiping pages
This commit is contained in:
parent
74fdbe59bd
commit
6a5c970101
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user