Fixed|libappfw: Handling notifications owned by other widgets
If a notification is owned by a widget prior to showing, NotificationWidget is supposed to only temporarily take ownership of the notification. This requires observing the original parents and seeing if they get deleted.
Fixed|libappfw: Handling notifications owned by other widgets
If a notification is owned by a widget prior to showing,
NotificationWidget is supposed to only temporarily take ownership
of the notification. This requires observing the original parents
and seeing if they get deleted.
Todo: Add a utility class for this.