浏览代码

fix video toolbar

marinofaggiana 3 年之前
父节点
当前提交
60bd2cf6cc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

+ 5 - 0
iOSClient/Viewer/NCViewerImage/NCViewerImageZoom.swift

@@ -152,6 +152,11 @@ class NCViewerImageZoom: UIViewController {
         
         updateZoomScale()
         centreConstraints()
+        
+        // VideoToolBar
+        if metadata.classFile == NCCommunicationCommon.typeClassFile.audio.rawValue || metadata.classFile == NCCommunicationCommon.typeClassFile.video.rawValue {
+            self.videoToolBar.isHidden = false
+        }
     }
     
     //MARK: - Gesture