Ver Fonte

设置前暂停播放器

jsonwang há 3 anos atrás
pai
commit
9805002569

+ 1 - 1
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointEditerController.swift

@@ -831,7 +831,7 @@ class PQStuckPointEditerController: PQBaseViewController {
     func settingPlayerView() {
         // 1,设置播放器的显示区域 和画布大小
         //  - 按第一个素材尺寸自适应
-//        playerView.pause()
+        playerView.pause()
         let playerShowHeight = pointEditBGView.frame.minY - (navHeadImageView?.frame.maxY ?? 0)
         var showRect: CGRect = PQPlayerViewModel.getShowCanvasRect(editProjectModel: projectModel, showType: 1, playerViewHeight: playerShowHeight)
         if showRect.size.width == showRect.size.height {