Fix notification finishing in notifyByTaskbar
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.
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.