Explorar o código

Fix

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana %!s(int64=3) %!d(string=hai) anos
pai
achega
b69ef62d46
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

+ 2 - 0
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

@@ -104,7 +104,9 @@ class NCPlayer: NSObject {
         // Check already started
         if isStartPlayer {
             if !isStartObserver {
+                print("Play already started - URL: \(self.url)")
                 activateObserver()
+                playerToolBar?.show()
             }
             return
         }