We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede91ab commit e4605f3Copy full SHA for e4605f3
1 file changed
lib/core/router/app_router.dart
@@ -53,11 +53,6 @@ GoRouter appRouter(Ref ref) {
53
54
final onSettings = state.matchedLocation.startsWith('/settings');
55
if (!configured && !onSettings) return '/settings';
56
- if (configured && onSettings &&
57
- state.matchedLocation == '/settings' &&
58
- !settingsAsync.isLoading) {
59
- return '/queue';
60
- }
61
return null;
62
},
63
routes: [
0 commit comments