Missed that method call change

This commit is contained in:
Andreas Linde 2013-03-18 01:45:34 +01:00 committed by Stephan Diederich
parent 72d203d00f
commit f11bee044b

View File

@ -58,7 +58,7 @@
- (void)didBecomeActiveActions {
if ([self isStoreUpdateManagerEnabled] && [self isCheckingForUpdateOnLaunch]) {
[self checkForUpdate];
[self checkForUpdateDelayed];
}
}