소스 검색

Coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 3 년 전
부모
커밋
e873ab2a31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

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

@@ -56,7 +56,7 @@ class NCPlayerToolBar: UIView {
 
     private var timerAutoHideSeconds: Double {
         get {
-            if NCUtility.shared.isSimulatorOrTestFlight() { // for test
+            if NCUtility.shared.isSimulator() { // for test
                 return 15
             } else {
                 return 3.5