|
|
|
@ -269,8 +269,10 @@ public class NotificationPresenter: NSObject, NotificationsProtocol {
|
|
|
|
|
|
|
|
|
|
@objc
|
|
|
|
|
public func cancelNotification(_ identifier: String) {
|
|
|
|
|
DispatchQueue.main.async {
|
|
|
|
|
self.adaptee.cancelNotification(identifier: identifier)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@objc
|
|
|
|
|
public func cancelNotifications(threadId: String) {
|
|
|
|
|