Skip to content

Commit a05939e

Browse files
committed
[Notification][OSX] bug fix, notification_id not initialized
1 parent ee296e4 commit a05939e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nw_notification_manager_mac.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNoti
105105
desktop_notification_params.params_ = params;
106106
desktop_notification_params.render_process_id_ = render_process_id;
107107
desktop_notification_params.render_frame_id_ = render_frame_id;
108+
desktop_notification_params.notification_id_ = notification_id;
108109

109110
// download the icon image first
110111
content::WebContents::ImageDownloadCallback imageDownloadCallback = base::Bind(&NotificationManager::ImageDownloadCallback);

0 commit comments

Comments
 (0)