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

coding e2ee

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 лет назад
Родитель
Сommit
372cbc7578
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

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

@@ -568,7 +568,6 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
             return
         }
         
-        if metadata.livePhoto && metadata.classFile == NKCommon.typeClassFile.video.rawValue { return }
         let (indexPath, sameSections) = dataSource.reloadMetadata(ocId: metadata.ocId, ocIdTemp: ocIdTemp)
         if let indexPath = indexPath {
             if sameSections && (indexPath.section < collectionView.numberOfSections && indexPath.row < collectionView.numberOfItems(inSection: indexPath.section)) {