Skip to content

Commit

Permalink
fix get favorite groups
Browse files Browse the repository at this point in the history
  • Loading branch information
smart7even committed Aug 15, 2024
1 parent f1d0867 commit ee9e42f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/feature/schedule/widget/schedule_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ class _SchedulePageState extends State<SchedulePage>
scheduleBLoC = _initBloc(context);

WidgetsBinding.instance.addObserver(this);
}

@override
void didChangeDependencies() {
super.didChangeDependencies();

final dependenciesScope = Dependencies.of(context);

Expand Down

0 comments on commit ee9e42f

Please sign in to comment.