فهرست منبع

Update NCPlayerToolBar.swift

Marino Faggiana 2 سال پیش
والد
کامیت
916e995202
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

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

@@ -134,6 +134,8 @@ class NCPlayerToolBar: UIView {
     }
 
     deinit {
+
+        audioSession.removeObserver(self, forKeyPath: "outputVolume")
         print("deinit NCPlayerToolBar")
     }