|
@@ -118,12 +118,13 @@ class NCViewerMedia: UIViewController {
|
|
ncplayer.playerPause()
|
|
ncplayer.playerPause()
|
|
ncplayer.saveCurrentTime()
|
|
ncplayer.saveCurrentTime()
|
|
}
|
|
}
|
|
-
|
|
+ currentViewController.playerToolBar.stopTimerAutoHide()
|
|
clearCommandCenter()
|
|
clearCommandCenter()
|
|
|
|
|
|
metadatas.removeAll()
|
|
metadatas.removeAll()
|
|
ncplayerLivePhoto = nil
|
|
ncplayerLivePhoto = nil
|
|
|
|
|
|
|
|
+
|
|
NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDeleteFile), object: nil)
|
|
NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterDeleteFile), object: nil)
|
|
NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterRenameFile), object: nil)
|
|
NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterRenameFile), object: nil)
|
|
NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterMoveFile), object: nil)
|
|
NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterMoveFile), object: nil)
|