Skip to content

Fix notification finishing in notifyByTaskbar

Nicolas Fella requested to merge work/notifybytaskbarfix into master

We cannot directly call finish from notify.

The notification only gets a proper id after notify has finished and we need a proper id for correctly dereferencing the notification.

Merge request reports