Remove comment about iOS 8

This commit is contained in:
Benjamin Scholtysik (Reimold)
2017-09-18 15:57:46 -07:00
parent 58db638dba
commit 5dc15aaeb0

View File

@@ -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];