Implemented bulk notification schedueling after restore.

This commit is contained in:
Aaron
2021-01-26 22:47:16 -05:00
parent 65eeea22e8
commit 57e5eca0f9
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -199,6 +199,9 @@ class ManageVC: UIViewController
// Update UI
AlarmViewController.staticTable?.reloadData()
// Schedule any missing notifications
Notification.bulkScheduleNotifications(alarms: Alarms.fromLocal().list)
self.msg("Success!", "You're restored your backup.")
}
}