Skip to content

Make sure all backends ref the notification before doing work

Nicolas Fella requested to merge work/ref into master

Otherwise a backend may deref and thus delete a notification before another backend got a chance to ref it.

This happens when a backend calls finish from notify which is done e.g. in notifybyaudio

Merge request reports