فهرست منبع

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