Skip to content

Commit

Permalink
Fixes 5782 - Warning: Conflicting Parameter Type
Browse files Browse the repository at this point in the history
  • Loading branch information
deanPGM committed Oct 2, 2017
1 parent a725f75 commit e71b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdblockPlusSafari/AppDelegate.m
Expand Up @@ -113,7 +113,7 @@ - (NSString *)websiteFromURL:(NSURL *)url
return website;
}

- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler
- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHandler
{
if (![self.adblockPlus isBackgroundNotificationSessionConfigurationIdentifier:identifier]) {
return;
Expand Down

0 comments on commit e71b03b

Please sign in to comment.