Browse Source

fix code

Signed-off-by: marinofaggiana <marino.faggiana@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
3991999032
1 changed files with 2 additions and 1 deletions
  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