@@ -94,6 +94,10 @@ class WSSTemplateDetailViewController: MTViewController {
// App失去焦点
self?.videoPause()
}
+ NotificationCenter.default.reactive.notifications(forName: Notification.Name.kEditVideoFinish).take(duringLifetimeOf: self).observeValues { [weak self] _ in
+ self?.releaseObjects()
+ }
+
// ---
videoContainer.appendTemplateModels(templateList)