Skip to content

Commit

Permalink
fix: reset the NSUserNotication handle on dismiss (#17796)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 16, 2019
1 parent b7b9efa commit 9c3315c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atom/browser/notifications/mac/cocoa_notification.mm
Expand Up @@ -109,6 +109,8 @@
NotificationDismissed();

this->LogAction("dismissed");

notification_.reset(nil);
}

void CocoaNotification::NotificationDisplayed() {
Expand Down

0 comments on commit 9c3315c

Please sign in to comment.