mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 03:58:47 +00:00
Remove comment about iOS 8
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user