fix: base::DictionaryValue
usage in APNS notifs (#34897)
This commit is contained in:
parent
afd08c9450
commit
62aeb74d7c
3 changed files with 3 additions and 3 deletions
|
@ -193,7 +193,7 @@ static NSDictionary* UNNotificationResponseToNSDictionary(
|
|||
electron::api::PushNotifications::Get();
|
||||
if (push_notifications) {
|
||||
electron::api::PushNotifications::Get()->OnDidReceiveAPNSNotification(
|
||||
electron::NSDictionaryToDictionaryValue(userInfo));
|
||||
electron::NSDictionaryToValue(userInfo));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue