Skip to content

Commit

Permalink
remove: explore page
Browse files Browse the repository at this point in the history
  • Loading branch information
harljo committed Apr 4, 2024
1 parent 3ce5c8d commit 712de84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 208 deletions.
205 changes: 0 additions & 205 deletions lib/explore/explore.dart

This file was deleted.

3 changes: 0 additions & 3 deletions lib/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ List<Widget> createCommonAppBarActions(BuildContext context) {
final List<NavigationPage> defaultHomePages = [
NavigationPage('feed', (c) => L10n.of(c).feed, Icons.rss_feed),
NavigationPage('subscriptions', (c) => L10n.of(c).subscriptions, Icons.subscriptions),
NavigationPage('groups', (c) => L10n.of(c).groups, Icons.group),
NavigationPage('trending', (c) => L10n.of(c).trending, Icons.trending_up),
NavigationPage('saved', (c) => L10n.of(c).saved, Icons.bookmark_border),
];
Expand Down Expand Up @@ -131,8 +130,6 @@ class _HomeScreenState extends State<_HomeScreen> {
return SubscriptionsScreen(
scrollController: scrollController,
);
case 'groups':
return GroupsScreen(scrollController: scrollController);
case 'trending':
return TrendsScreen(scrollController: scrollController);
case 'saved':
Expand Down

0 comments on commit 712de84

Please sign in to comment.