瀏覽代碼

Remote Command Center

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 年之前
父節點
當前提交
9401a66110
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

+ 1 - 3
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

@@ -153,9 +153,7 @@ class NCPlayerToolBar: UIView {
         self.timeObserver = appDelegate.player?.addPeriodicTimeObserver(forInterval: CMTimeMakeWithSeconds(1, preferredTimescale: 1), queue: .main, using: { (CMTime) in
             
             if self.appDelegate.player?.currentItem?.status == .readyToPlay {
-                if self.isHidden == false {
-                    self.updateToolBar()
-                }
+                self.updateToolBar()
             }
         })
     }