Skip to content

Commit

Permalink
fix: browse anonymously button takes to wrong route
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 6, 2024
1 parent 982cf0b commit 73c5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/getting_started/sections/support.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class GettingStartedScreenSupportSection extends HookConsumerWidget {
onPressed: () async {
await KVStoreService.setDoneGettingStarted(true);
if (context.mounted) {
context.go(HomePage.name);
context.goNamed(HomePage.name);
}
},
),
Expand Down

0 comments on commit 73c5b30

Please sign in to comment.