Skip to content

Commit ecbf9f5

Browse files
authored
Changes Made : UI updates after selecting weather in the profile section (#733)
1 parent 13c50a7 commit ecbf9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/modules/home/views/profile_config.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class _ProfileSelectState extends State<ProfileSelect> {
102102
controller.selectedProfile.value,))!;
103103
controller.isProfileUpdate.value = false;
104104
Get.toNamed(
105-
'/add-update-alarm',
105+
'/add-update-alarm',arguments: controller.genFakeAlarmModel(),
106106
);
107107
},
108108
child: const Padding(

0 commit comments

Comments
 (0)