Explorar el Código

Coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana hace 2 años
padre
commit
e79781352b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

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

@@ -243,6 +243,8 @@ class NCPlayer: NSObject {
 
     func activateObserver() {
 
+        print("activate Observer")
+
         // At end go back to start & show toolbar
         observerAVPlayerItemDidPlayToEndTime = NotificationCenter.default.addObserver(forName: .AVPlayerItemDidPlayToEndTime, object: player?.currentItem, queue: .main) {  [weak self] notification in