Skip to content

Commit

Permalink
refactor(uiux): disable horizontal swiping/scrolling between pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Nov 27, 2022
1 parent 19f7ecf commit 968fe9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/ui/page_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class LunaPageView extends StatelessWidget {
return PageView(
controller: controller,
children: children,
physics: const NeverScrollableScrollPhysics(),
);
}
}

0 comments on commit 968fe9c

Please sign in to comment.