Skip to content

Commit 913d38f

Browse files
committed
refactor(account): remove Followed Countries list
- Removed countries list tile - Simplified followed items page
1 parent b181419 commit 913d38f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

lib/account/view/manage_followed_items/manage_followed_items_page.dart

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,7 @@ class ManageFollowedItemsPage extends StatelessWidget {
4343
},
4444
),
4545
const Divider(indent: AppSpacing.lg, endIndent: AppSpacing.lg),
46-
ListTile(
47-
leading: const Icon(Icons.public_outlined),
48-
title: Text(
49-
l10n.headlinesFeedFilterEventCountryLabel,
50-
), // "Countries"
51-
trailing: const Icon(Icons.chevron_right),
52-
onTap: () {
53-
context.goNamed(Routes.followedCountriesListName);
54-
},
55-
),
56-
const Divider(indent: AppSpacing.lg, endIndent: AppSpacing.lg),
46+
// ListTile for Followed Countries removed
5747
],
5848
),
5949
);

0 commit comments

Comments
 (0)