Browse Source

Crashlytics 1751 (no sense open Activity view)

Marino Faggiana 6 years ago
parent
commit
bee26a45f8
1 changed files with 2 additions and 0 deletions
  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();
 }