diff --git a/lib/services/notifications/notification_type.dart b/lib/services/notifications/notification_type.dart index 605c8c9..6b97c85 100644 --- a/lib/services/notifications/notification_type.dart +++ b/lib/services/notifications/notification_type.dart @@ -41,9 +41,9 @@ enum NotificationType { TimeOfDay get defaultScheduleTime { switch (this) { case NotificationType.moodReminder: - return const TimeOfDay(hour: 9, minute: 0); - case NotificationType.sleepRateReminder: return const TimeOfDay(hour: 19, minute: 0); + case NotificationType.sleepRateReminder: + return const TimeOfDay(hour: 9, minute: 0); } }