change target of notification extention ios

This commit is contained in:
feruz 2023-10-12 09:22:59 +03:00
parent c8e8365b52
commit 0b4e099201

View File

@ -22,8 +22,6 @@
self.bestAttemptContent = [request.content mutableCopy];
// Modify the notification content here...
self.bestAttemptContent.title = [NSString stringWithFormat:@"%@ [modified]", self.bestAttemptContent.title];
[[FIRMessaging extensionHelper] populateNotificationContent:self.bestAttemptContent withContentHandler:contentHandler];
}