Merge branch 'develop' into feature/navigation_handler_modernize

This commit is contained in:
Scott Pfeil 2023-08-15 16:30:21 -04:00
commit 8ab996d8f8

View File

@ -563,7 +563,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))