mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Missed that method call change
This commit is contained in:
parent
72d203d00f
commit
f11bee044b
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
- (void)didBecomeActiveActions {
|
- (void)didBecomeActiveActions {
|
||||||
if ([self isStoreUpdateManagerEnabled] && [self isCheckingForUpdateOnLaunch]) {
|
if ([self isStoreUpdateManagerEnabled] && [self isCheckingForUpdateOnLaunch]) {
|
||||||
[self checkForUpdate];
|
[self checkForUpdateDelayed];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user