Skip to content

Commit

Permalink
About controller corrected in about_binding.dart (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameermansoori1 authored Nov 26, 2023
1 parent 3a9f724 commit 06997c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/app/modules/About/bindings/about_binding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import 'package:ultimate_alarm_clock/app/modules/settings/controllers/theme_cont
class AboutBinding extends Bindings {
@override
void dependencies() {
Get.put<AboutController>(
AboutController(),
Get.lazyPut<AboutController>(
()=> AboutController(),
fenix: true
);
Get.put<ThemeController>(
ThemeController(),
Expand Down

0 comments on commit 06997c3

Please sign in to comment.