Skip to content

Commit

Permalink
Don't refresh broadcast data for now
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Jul 8, 2024
1 parent 82b66c9 commit c8219b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/view/watch/watch_tab_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ class _WatchScreenState extends ConsumerState<WatchTabScreen> {

Future<void> _refreshData(WidgetRef ref) {
return Future.wait([
ref.refresh(broadcastsProvider.future),
// TODO uncomment when broadcasts feature is ready
// ref.refresh(broadcastsProvider.future),
ref.refresh(featuredChannelsProvider.future),
ref.refresh(liveStreamersProvider.future),
]);
Expand Down

0 comments on commit c8219b5

Please sign in to comment.