marinofaggiana %!s(int64=3) %!d(string=hai) anos
pai
achega
cb064a0425
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

+ 1 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

@@ -70,7 +70,7 @@ class NCViewerImageZoom: UIViewController {
         view.addGestureRecognizer(doubleTapGestureRecognizer)
         
         if metadata.classFile == NCCommunicationCommon.typeClassFile.video.rawValue {
-//            image = UIImage.init(named: "noPreviewVideo")!.image(color: .gray, size: view.frame.width)
+            image = UIImage.init(named: "noPreviewVideo")!.image(color: .gray, size: view.frame.width)
         } else if metadata.classFile == NCCommunicationCommon.typeClassFile.audio.rawValue {
             if image == nil {
                 image = UIImage.init(named: "noPreviewAudio")!.image(color: .gray, size: view.frame.width)