diff --git a/android/src/main/java/com/timesafari/dailynotification/NotifyReceiver.kt b/android/src/main/java/com/timesafari/dailynotification/NotifyReceiver.kt index 70e0ba9..3b8c738 100644 --- a/android/src/main/java/com/timesafari/dailynotification/NotifyReceiver.kt +++ b/android/src/main/java/com/timesafari/dailynotification/NotifyReceiver.kt @@ -421,7 +421,7 @@ class NotifyReceiver : BroadcastReceiver() { } else { // Create new schedule entry for rollover scenarios // This ensures getNotificationStatus() can find the schedule - val newSchedule = DatabaseSchema.Schedule( + val newSchedule = Schedule( id = stableScheduleId, kind = "notify", cron = cronExpression,