We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7458437 commit f7ca07bCopy full SHA for f7ca07b
Sparkle/SUUpdater.m
@@ -170,6 +170,8 @@ - (void)scheduleNextUpdateCheck
170
171
- (void)checkForUpdatesInBackground
172
{
173
+ checkTimer = nil; // Timer doesn't repeat, so it's invalid, just needs to be set to nil.
174
+
175
[self checkForUpdatesWithDriver:[[[([self automaticallyDownloadsUpdates] ? [SUAutomaticUpdateDriver class] : [SUScheduledUpdateDriver class]) alloc] initWithUpdater:self] autorelease]];
176
}
177
0 commit comments