瀏覽代碼

fix code

Signed-off-by: marinofaggiana <marino.faggiana@nextcloud.com>
marinofaggiana 2 年之前
父節點
當前提交
3991999032
共有 1 個文件被更改,包括 2 次插入1 次删除
  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