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:
parent
3745b76da8
commit
184e72fafd
4 changed files with 5 additions and 10 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue