Browse Source

fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 year ago
parent
commit
ccb90ff25b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Viewer/NCViewerMedia/NCViewerMediaPage.swift

+ 1 - 0
iOSClient/Viewer/NCViewerMedia/NCViewerMediaPage.swift

@@ -106,6 +106,7 @@ class NCViewerMediaPage: UIViewController {
         progressView.trackTintColor = .clear
         progressView.progress = 0
 
+        viewerMediaScreenMode = .normal
         startTimerAutoHide()
 
         NotificationCenter.default.addObserver(self, selector: #selector(deleteFile(_:)), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDeleteFile), object: nil)