fix(ui): Disable swiping pages
This commit is contained in:
parent
74fdbe59bd
commit
6a5c970101
@ -99,6 +99,9 @@ class AnimeListPage extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
body: PageView(
|
body: PageView(
|
||||||
|
// Prevent swiping between pages
|
||||||
|
// (https://github.com/flutter/flutter/issues/37510#issuecomment-612663656)
|
||||||
|
physics: NeverScrollableScrollPhysics(),
|
||||||
controller: _controller,
|
controller: _controller,
|
||||||
children: [
|
children: [
|
||||||
ListView.builder(
|
ListView.builder(
|
||||||
|
Loading…
Reference in New Issue
Block a user