浏览代码

Clear code

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 年之前
父节点
当前提交
6aceccc822
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift

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

@@ -125,6 +125,7 @@ class NCViewerMedia: UIViewController {
         
         
         // Clear mem
         // Clear mem
         metadatas.removeAll()
         metadatas.removeAll()
+        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)