diff --git a/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java b/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java index 12d155c2..ba7e5262 100644 --- a/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java +++ b/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java @@ -139,10 +139,6 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver. service.addListener(NotificationsPlugin.this); serviceReady = service.isConnected(); - - if (serviceReady) { - sendCurrentNotifications(service); - } }); return true; @@ -157,7 +153,6 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver. @Override public void onListenerConnected(NotificationReceiver service) { serviceReady = true; - sendCurrentNotifications(service); } @Override