diff options
author | Lisandro Pérez Meyer <lpmeyer@ics.com> | 2023-11-20 17:47:26 -0300 |
---|---|---|
committer | Lisandro Perez Meyer <lpmeyer@ics.com> | 2023-11-21 12:16:40 +0000 |
commit | f533746fd7b07d71a1a3cbec8944056c0d329e84 (patch) | |
tree | 58044a004c0ed38d22cae9d6d2edb031a6f29389 /lib/presentation/common_widget/custom_bottom_bar.dart | |
parent | ae9ad191316ea506633c19975a7eb2861e8d17ec (diff) |
Date time updates
Original from Sabin Sajeevan <ssajeevan@ics.com>
Bug-AGL: SPEC-4971
Change-Id: I7a961e57715fdbf8b05f54dfcf8e56159cadd068
Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>
Diffstat (limited to 'lib/presentation/common_widget/custom_bottom_bar.dart')
-rw-r--r-- | lib/presentation/common_widget/custom_bottom_bar.dart | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/presentation/common_widget/custom_bottom_bar.dart b/lib/presentation/common_widget/custom_bottom_bar.dart index 13084c0..64684e9 100644 --- a/lib/presentation/common_widget/custom_bottom_bar.dart +++ b/lib/presentation/common_widget/custom_bottom_bar.dart @@ -44,7 +44,7 @@ class CustomBottomBarState extends ConsumerState<CustomBottomBar> { setState(() { selectedNav = title; }); - + ref.read(currentTimeProvider.notifier).isYearChanged = false; ref.read(appProvider.notifier).update((state) => state = status); } @@ -60,7 +60,6 @@ class CustomBottomBarState extends ConsumerState<CustomBottomBar> { mainAxisSize: MainAxisSize.min, children: [ Container( - margin: const EdgeInsets.symmetric( horizontal: 2, ), |