[Notifications] Don't replace last one if next one is identical
ClosedPublic

Authored by broulik on May 29 2019, 7:32 AM.

Details

Summary

Since there is timeout for when it is considered a separate notification and we don't even close the previous one properly.
Just remove that stopgap and if we need something like this again, do it properly.

Test Plan

It was mostly to keep VLC from spamming me but has other implications like being unable to remove two identical widgets in a row in Plasma as the second undo notification replaces the first, even after minutes (if no notification happened inbetween)

Diff Detail

Repository
R120 Plasma Workspace
Lint
Lint Skipped
Unit
Unit Tests Skipped
broulik created this revision.May 29 2019, 7:32 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 29 2019, 7:32 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
broulik requested review of this revision.May 29 2019, 7:32 AM
apol accepted this revision.May 29 2019, 10:46 AM
This revision is now accepted and ready to land.May 29 2019, 10:46 AM
This revision was automatically updated to reflect the committed changes.