diff --git a/interfaces/notificationsmodel.cpp b/interfaces/notificationsmodel.cpp index 20d242e3d..ddf5c1fe5 100644 --- a/interfaces/notificationsmodel.cpp +++ b/interfaces/notificationsmodel.cpp @@ -133,7 +133,6 @@ void NotificationsModel::receivedNotifications(QDBusPendingCallWatcher* watcher) clearNotifications(); QDBusPendingReply pendingNotificationIds = *watcher; - clearNotifications(); if (pendingNotificationIds.isError()) { qCWarning(KDECONNECT_INTERFACES) << pendingNotificationIds.error(); return;