diff --git a/NextcloudTalk/AppDelegate.m b/NextcloudTalk/AppDelegate.m index 9c8f6e8b..87dcba66 100644 --- a/NextcloudTalk/AppDelegate.m +++ b/NextcloudTalk/AppDelegate.m @@ -366,10 +366,12 @@ BGTaskHelper *bgTask = [BGTaskHelper startBackgroundTaskWithName:@"NCBackgroundFetch" expirationHandler:^(BGTaskHelper *task) { [NCUtils log:@"ExpirationHandler called"]; + /* expired = YES; completionHandler(YES); [task stopBackgroundTask]; + */ }]; [NCUtils log:@"Start performBackgroundFetchWithCompletionHandler"];