Browse Source

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
e76deb9f4c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      iOSClient/AppDelegate.swift

+ 1 - 5
iOSClient/AppDelegate.swift

@@ -387,11 +387,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
             return
         }
 
-        NKCommon.shared.setup(delegate: NCNetworking.shared)
-        NKCommon.shared.writeLog("[INFO] Processing task [Reload widget]")
-
-        WidgetCenter.shared.reloadAllTimelines()
-
+        NKCommon.shared.writeLog("[INFO] Processing task")
         task.setTaskCompleted(success: true)
     }