Don’t remove ticker object when notification is shown.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index 60cda15..d9a9dfb 100644 (file)
@@ -964,7 +964,6 @@ public class WebInterface {
                        @SuppressWarnings("synthetic-access")
                        public void run() {
                                lockedSonesNotification.add(sone);
-                               lockedSonesTickerObjects.remove(sone);
                                notificationManager.addNotification(lockedSonesNotification);
                        }
                }, 5, TimeUnit.MINUTES);