Parcourir la source

fix code

Signed-off-by: marinofaggiana <marino.faggiana@nextcloud.com>
marinofaggiana il y a 2 ans
Parent
commit
3991999032
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      iOSClient/Files/NCFiles.swift

+ 2 - 1
iOSClient/Files/NCFiles.swift

@@ -126,7 +126,8 @@ class NCFiles: NCCollectionViewCommon {
         }
     }
 
-    override func reloadDataSourceNetwork(forced: Bool = false) {        super.reloadDataSourceNetwork(forced: forced)
+    override func reloadDataSourceNetwork(forced: Bool = false) {
+        super.reloadDataSourceNetwork(forced: forced)
         guard !isSearching else {
             networkSearch()
             return