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:
commit
4e8ba20edc
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user