diff --git a/Classes/BITUpdateManager.m b/Classes/BITUpdateManager.m index a9ab4da086..0b88ec1616 100644 --- a/Classes/BITUpdateManager.m +++ b/Classes/BITUpdateManager.m @@ -109,9 +109,7 @@ typedef NS_ENUM(NSInteger, BITUpdateAlertViewTag) { // Important: The iOS dialog offers the user to deny installation, we can't find out which button // was tapped, so we assume the user agreed if (self.didStartUpdateProcess) { - self.didStartUpdateProcess = NO; - - // we only care about iOS 8 or later + self.didStartUpdateProcess = NO; id strongDelegate = self.delegate; if ([strongDelegate respondsToSelector:@selector(updateManagerWillExitApp:)]) { [strongDelegate updateManagerWillExitApp:self];