fix crash

This commit is contained in:
Ryan Zhao 2021-08-02 15:24:12 +10:00
parent c68350f3d8
commit f88c2b1708

View file

@ -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) {