Touch the notification after its elements have been set.
[Sone.git] / src / main / java / net / pterodactylus / sone / notify / ListNotification.java
index 3a79c93..74e3100 100644 (file)
@@ -110,6 +110,7 @@ public class ListNotification<T> extends TemplateNotification {
        public void setElements(Collection<? extends T> elements) {
                this.elements.clear();
                this.elements.addAll(elements);
+               touch();
        }
 
        /**