This commit is contained in:
Pfeil, Scott Robert 2020-10-15 17:03:10 -04:00
parent 48e3a5d187
commit abc99a14ac

View File

@ -61,8 +61,10 @@
if (self.isExecuting && !self.isCancelled && !self.isPaused) { if (self.isExecuting && !self.isCancelled && !self.isPaused) {
[self updateDismissTimer]; [self updateDismissTimer];
UIView <MVMCoreTopAlertViewProtocol>*topAlertView = [[MVMCoreObject sharedInstance].globalTopAlertDelegate getTopAlertView]; UIView <MVMCoreTopAlertViewProtocol>*topAlertView = [[MVMCoreObject sharedInstance].globalTopAlertDelegate getTopAlertView];
if ([topAlertView respondsToSelector:@selector(updateTopAlertWith:)]) {
[topAlertView updateTopAlertWith:topAlertObject]; [topAlertView updateTopAlertWith:topAlertObject];
} }
}
} }
- (BOOL)isPaused { - (BOOL)isPaused {