We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a40d2 commit dafbfdaCopy full SHA for dafbfda
Loop/Managers/NotificationManager.swift
@@ -127,11 +127,6 @@ struct NotificationManager {
127
UNUserNotificationCenter.current().add(request)
128
}
129
130
- // Cancel any previous scheduled notifications in the Loop Not Running category
131
- static func clearPendingNotificationRequests() {
132
- UNUserNotificationCenter.current().removeAllPendingNotificationRequests()
133
- }
134
-
135
static func scheduleLoopNotRunningNotifications() {
136
// Give a little extra time for a loop-in-progress to complete
137
let gracePeriod = TimeInterval(minutes: 0.5)
0 commit comments