protect
This commit is contained in:
parent
48e3a5d187
commit
abc99a14ac
@ -61,7 +61,9 @@
|
|||||||
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];
|
||||||
[topAlertView updateTopAlertWith:topAlertObject];
|
if ([topAlertView respondsToSelector:@selector(updateTopAlertWith:)]) {
|
||||||
|
[topAlertView updateTopAlertWith:topAlertObject];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user