Update TestingViewController.swift

This commit is contained in:
Aaron
2021-01-13 15:21:33 -05:00
parent 3709031252
commit 31bb21e18e
+1 -1
View File
@@ -53,7 +53,7 @@ class TestingViewController: UIViewController {
// Readies notification to be sent
let trigger = UNTimeIntervalNotificationTrigger(timeInterval: 5, repeats: false)
let trigger = UNTimeIntervalNotificationTrigger(timeInterval: 10, repeats: false)
let request = UNNotificationRequest(identifier: "notification.id.01", content: content, trigger: trigger)
// Sends notification