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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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