Merge branch 'release/10_9_0' into 'develop'

Release/10 9 0

Co-authored-by: Kyle Hedden <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/988
This commit is contained in:
Pfeil, Scott Robert 2023-08-14 20:25:21 +00:00
commit 4e8ba20edc

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