fix: reset the NSUserNotication handle on dismiss (#17796)

This commit is contained in:
Samuel Attard
2019-04-16 14:38:41 -04:00
committed by GitHub
parent b7b9efa875
commit 9c3315c416

View File

@@ -109,6 +109,8 @@ void CocoaNotification::Dismiss() {
NotificationDismissed();
this->LogAction("dismissed");
notification_.reset(nil);
}
void CocoaNotification::NotificationDisplayed() {