Explorar el Código

Coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana hace 3 años
padre
commit
e873ab2a31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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