We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eae65 commit 417fdb4Copy full SHA for 417fdb4
lib/account/view/account_page.dart
@@ -44,7 +44,7 @@ class AccountPage extends StatelessWidget {
44
title: Text(l10n.accountContentPreferencesTile),
45
trailing: const Icon(Icons.chevron_right),
46
onTap: () {
47
- context.goNamed(Routes.accountContentPreferencesName);
+ context.goNamed(Routes.manageFollowedItemsName); // Updated route
48
},
49
),
50
const Divider(), // Divider after Content Preferences
0 commit comments