Merged
requested to merge Vanadiae/gnome-builder:ensure-no-duplicated-builder-update-notif into master
Currently when running Builder nightly there's frequently updates, so during a full day it might happen that the flatpak portal sends an "update available" signal several times.
But the plugin currently doesn't replace the old update notification with a newer one, so they start to pile up in the build popover.
So this commit makes sure that the previous notification is withdrawn on new update available.