This commit is contained in:
DDIsFriend
2023-09-08 10:16:47 +08:00
parent b89ca9ba4c
commit 66a3708532
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@@ -81,8 +81,6 @@ class NotificationService: UNNotificationServiceExtension {
if let contentHandler = contentHandler, let bestAttemptContent = bestAttemptContent { if let contentHandler = contentHandler, let bestAttemptContent = bestAttemptContent {
let userInfo = bestAttemptContent.userInfo let userInfo = bestAttemptContent.userInfo
let userInfo = bestAttemptContent.userInfo
if let dict = GROUP.parserAlertToDictionary(userInfo: userInfo) { if let dict = GROUP.parserAlertToDictionary(userInfo: userInfo) {
if let title = dict[pushNoti_title_key] { if let title = dict[pushNoti_title_key] {
bestAttemptContent.title = title bestAttemptContent.title = title