Skip to content

Commit

Permalink
No swipe tabs on Feed screen
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlJo committed Mar 15, 2024
1 parent bc11c2d commit 75658d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/home/_feed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ class _FeedScreenState extends State<FeedScreen>
),
];
},
body: TabBarView(controller: _tabController, children: [
body: [
forYouTweets,
SubscriptionGroupScreenContent(
id: widget.id,
),
]));
][_tab]);
});
}
}
Expand Down

0 comments on commit 75658d1

Please sign in to comment.