Quellcode durchsuchen

Remove not needed code line

Sebastián Katzer vor 10 Jahren
Ursprung
Commit
bbfcae9c72
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/ios/UILocalNotification+APPLocalNotification.m

+ 0 - 1
src/ios/UILocalNotification+APPLocalNotification.m

@@ -166,7 +166,6 @@ NSInteger const APPLocalNotificationTypeTriggered = 2;
     NSData* data;
     NSMutableDictionary* obj = [self.userInfo mutableCopy];
 
-    [obj removeObjectForKey:@"json"];
     [obj removeObjectForKey:@"updatedAt"];
 
     data = [NSJSONSerialization dataWithJSONObject:obj