fix: reply notifs sometimes destroyed too early (#25086)
* fix: reply notifs sometimes destroyed too early * Fix windows build
This commit is contained in:
parent
a23c66e4e1
commit
bea6c9e4e1
4 changed files with 10 additions and 5 deletions
|
@ -476,7 +476,7 @@ IFACEMETHODIMP ToastEventHandler::Invoke(
|
|||
IInspectable* args) {
|
||||
base::PostTask(
|
||||
FROM_HERE, {content::BrowserThread::UI},
|
||||
base::BindOnce(&Notification::NotificationClicked, notification_));
|
||||
base::BindOnce(&Notification::NotificationClicked, notification_, true));
|
||||
if (IsDebuggingNotifications())
|
||||
LOG(INFO) << "Notification clicked";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue