瀏覽代碼

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 年之前
父節點
當前提交
7468868cb9
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

+ 0 - 2
iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

@@ -1072,8 +1072,6 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
         } else {
 
             NCNetworking.shared.searchFiles(urlBase: appDelegate, literal: literalSearch) { metadatas, errorCode, errorDescription in
-
-                DispatchQueue.main.async { self.refreshControl.endRefreshing() }
                 if  self.isSearching, errorCode == 0, let metadatas = metadatas {
                     self.metadatasSource = metadatas
                 }