diff --git a/lib/ui/groups/group_list_page.dart b/lib/ui/groups/group_list_page.dart index f460524b..f5c6568c 100644 --- a/lib/ui/groups/group_list_page.dart +++ b/lib/ui/groups/group_list_page.dart @@ -58,7 +58,7 @@ class GroupListPage extends StatelessWidget { title: kAppName, actions: [ IconButton( - onPressed: () => context.goNamed(SupportPage.name), + onPressed: () => context.pushNamed(SupportPage.name), icon: Icon(Icons.info_outline_rounded), ), IconButton(