Procházet zdrojové kódy

Coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana před 3 roky
rodič
revize
e873ab2a31

+ 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