From: David ‘Bombe’ Roden Date: Wed, 25 May 2011 17:46:43 +0000 (+0200) Subject: Touch the notification after its elements have been set. X-Git-Tag: 0.6.5^2~24 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=35dd28e97b434e0fd62484a86ece2573336f4653 Touch the notification after its elements have been set. --- diff --git a/src/main/java/net/pterodactylus/sone/notify/ListNotification.java b/src/main/java/net/pterodactylus/sone/notify/ListNotification.java index 3a79c93..74e3100 100644 --- a/src/main/java/net/pterodactylus/sone/notify/ListNotification.java +++ b/src/main/java/net/pterodactylus/sone/notify/ListNotification.java @@ -110,6 +110,7 @@ public class ListNotification extends TemplateNotification { public void setElements(Collection elements) { this.elements.clear(); this.elements.addAll(elements); + touch(); } /**