marinofaggiana 4 년 전
부모
커밋
9e90fbf5b9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      iOSClient/AppDelegate.m

+ 2 - 0
iOSClient/AppDelegate.m

@@ -1025,6 +1025,8 @@
 {
     [[NCCommunicationCommon shared] writeLog:[NSString stringWithFormat:@"[LOG] Start handle Events For Background URLSession: %@", identifier]];
     
+    [self updateApplicationIconBadgeNumber];
+    
     dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
         self.backgroundSessionCompletionHandler = completionHandler;
         void (^completionHandler)() = self.backgroundSessionCompletionHandler;