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 cbe396c commit 2b822aaCopy full SHA for 2b822aa
WooCommerce/Classes/Authentication/AuthenticationManager.swift
@@ -496,7 +496,7 @@ private extension AuthenticationManager {
496
}
497
498
if let notification = notification {
499
- ServiceLocator.pushNotesManager.cancelLocalNotification(scenarios: [notification.scenario])
+ ServiceLocator.pushNotesManager.cancelLocalNotification(scenarios: LocalNotification.Scenario.allCases)
500
ServiceLocator.pushNotesManager.requestLocalNotification(notification,
501
// 24 hours from now.
502
trigger: UNTimeIntervalNotificationTrigger(timeInterval: 86400, repeats: false))
0 commit comments