Merge branch 'develop' into feature/accessibilityHandler

This commit is contained in:
Keerthy 2023-08-30 13:09:30 +05:30
commit 2183d6e100

View File

@ -562,7 +562,9 @@ extension NotificationOperation {
guard isExecuting,
!isCancelled else { return }
self.log(message: "Operation Updated")
updateStopTimer()
displayableQueue.async(flags: .barrier) { [self] in
updateStopTimer()
}
Task {
await transitionDelegate.update(with: notificationModel, delegateObject: delegateObject)
NotificationHandler.shared()?.onNotificationUpdated.send((notification, notificationModel))