Browse Source

revert: notification handle reset on dismissal (#19163)

Keerthi Niranjan 5 years ago
parent
commit
4c409c4651
1 changed files with 0 additions and 2 deletions
  1. 0 2
      brightray/browser/mac/cocoa_notification.mm

+ 0 - 2
brightray/browser/mac/cocoa_notification.mm

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