Преглед изворни кода

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana пре 2 година
родитељ
комит
dc34186ab7
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

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

@@ -1102,7 +1102,6 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
             metadataForSection.unifiedSearchInProgress = false
             guard let searchResult = searchResult, let metadatas = metadatas else { return }
 
-            //self.metadatasSource.append(contentsOf: metadatas)
             let indexPaths = self.dataSource.appendMetadatasToSection(metadatas, metadataForSection: metadataForSection, lastSearchResult: searchResult)
 
             DispatchQueue.main.async {