diff --git a/lib/ui/menu_icon_button.dart b/lib/ui/menu_icon_button.dart index e9e9816..13dc2a5 100644 --- a/lib/ui/menu_icon_button.dart +++ b/lib/ui/menu_icon_button.dart @@ -19,6 +19,7 @@ class MenuIconButton extends StatelessWidget { backgroundColor: Colors.transparent, isScrollControlled: true, context: context, + useRootNavigator: true, builder: (BuildContext context) { return MenuBottomSheet(analytics: _analytics); }