Explorar o código

Crashlytics 1751 (no sense open Activity view)

Marino Faggiana %!s(int64=7) %!d(string=hai) anos
pai
achega
bee26a45f8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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();
 }