Skip to content

Fix closing notification applet on clear action

Marco Martin requested to merge work/mart/closeNotificationsWhenClear into master

Notifications::clear is actually async as ends up calling AbstractNotificationsModel::Private::onNotificationRemoved which event compresses with a queue and pendingRemovalTimer

So connect to when the removals will actually be done and only there close if there are no notifications left

Merge request reports