From 5dc15aaeb07d88da1f2bb764727cc4fdc2c8db56 Mon Sep 17 00:00:00 2001 From: "Benjamin Scholtysik (Reimold)" Date: Mon, 18 Sep 2017 15:57:46 -0700 Subject: [PATCH] Remove comment about iOS 8 --- Classes/BITUpdateManager.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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];