|
@@ -230,6 +230,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
// Required unsubscribing / subscribing
|
|
|
NCPushNotification.shared().pushNotification()
|
|
|
|
|
|
+ // Clear all avatars
|
|
|
+ avatars.removeAll()
|
|
|
+
|
|
|
// Request Service Server Nextcloud
|
|
|
NCService.shared.startRequestServicesServer()
|
|
|
|
|
@@ -270,9 +273,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
networkingProcessUpload?.stopTimer()
|
|
|
}
|
|
|
|
|
|
- // Clear all avatars
|
|
|
- avatars.removeAll()
|
|
|
-
|
|
|
NCCommunicationCommon.shared.writeLog("Application did enter in background")
|
|
|
|
|
|
passcodeWithAutomaticallyPromptForBiometricValidation(false)
|