Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Aug 22, 2020
1 parent 1609a7d commit 7cc50ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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, true, notification_));
if (IsDebuggingNotifications())
LOG(INFO) << "Notification clicked";

Expand Down

0 comments on commit 7cc50ae

Please sign in to comment.