Просмотр исходного кода

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 лет назад
Родитель
Сommit
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
                 }