浏览代码

Crashlytics 1751 (no sense open Activity view)

Marino Faggiana 6 年之前
父节点
当前提交
bee26a45f8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/AppDelegate.m

+ 2 - 0
iOSClient/AppDelegate.m

@@ -454,6 +454,7 @@
 
 -(void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(nonnull UNNotificationResponse *)response withCompletionHandler:(nonnull void (^)(void))completionHandler
 {
+    /*
     NSString *message = [response.notification.request.content.userInfo objectForKey:@"subject"];
     
     if (message && [NCPushNotificationEncryption sharedInstance].ncPNPrivateKey) {
@@ -499,6 +500,7 @@
             }
         }
     }
+    */
     completionHandler();
 }