Schedules alarm notification when added

This commit is contained in:
Aaron
2021-01-24 17:40:05 -05:00
parent 6d7b19a478
commit 4f31b80707
4 changed files with 51 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class DebugViewController: UIViewController
//Sends a test notification
@IBAction func sendNotification(_ sender: Any)
{
Notification(alarm: Alarms.fromLocal().listEnabled[0]).sendNotification()
Notification(alarm: Alarms.fromLocal().listEnabled[0]).scheduleNotification()
}
@IBAction func addAlarm(_ sender: Any)