Skip to content

Commit

Permalink
Fix pop in activity
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Nov 7, 2024
1 parent c6ffb0f commit 916cb3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/presentation/pages/activity_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ class _ActivityPageState extends State<ActivityPage>
Widget build(BuildContext context) {
return PopScope(
onPopInvokedWithResult: onWillPop,
canPop: false,
child: Scaffold(
body: PageView(
onPageChanged: (index) {
Expand Down

0 comments on commit 916cb3f

Please sign in to comment.