revert: "fix: reply notifs sometimes destroyed too early" (#25247)

* Revert "fix: reply notifs sometimes destroyed too early (#25086)"

This reverts commit bea6c9e4e1.

* nothing
This commit is contained in:
Samuel Attard 2020-09-01 18:02:47 -07:00 committed by GitHub
parent 3745b76da8
commit 184e72fafd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 10 deletions

View file

@ -54,7 +54,7 @@ class Notification {
virtual void Dismiss() = 0;
// Should be called by derived classes.
void NotificationClicked(bool should_destroy = true);
void NotificationClicked();
void NotificationDismissed();
void NotificationFailed();