mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fix: browse anonymously button takes to wrong route
This commit is contained in:
parent
982cf0bd43
commit
73c5b30b63
@ -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);
|
||||
}
|
||||
},
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user