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

This commit is contained in:
trop[bot]
2019-04-16 16:41:29 -07:00
committed by Samuel Attard
parent f11ab9dac5
commit 15315ea916

View File

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