Эх сурвалжийг харах

fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 жил өмнө
parent
commit
63ffecf325

+ 0 - 4
iOSClient/AppDelegate.swift

@@ -383,8 +383,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     }
 
     func handleRefreshTask(_ task: BGTask) {
-
-        // Schedule a new task.
         scheduleAppRefresh()
         
         guard !account.isEmpty else {
@@ -401,8 +399,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     }
 
     func handleProcessingTask(_ task: BGTask) {
-
-        // Schedule a new task.
         scheduleAppProcessing()
         
         guard !account.isEmpty else {

+ 0 - 1
iOSClient/Brand/iOSClient.plist

@@ -98,7 +98,6 @@
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>audio</string>
-		<string>fetch</string>
 		<string>processing</string>
 		<string>remote-notification</string>
 	</array>