Various fixes

This commit is contained in:
Ilya Laktyushin
2024-07-26 12:26:37 +02:00
parent c5179bc4a6
commit cd810b940a
12 changed files with 337 additions and 85 deletions

View File

@@ -431,9 +431,6 @@ final class MediaCoverScreen: ViewController {
}
func animateOutToEditor(completion: @escaping () -> Void) {
self.controller?.withMediaEditor { mediaEditor in
mediaEditor.play()
}
if let view = self.componentHost.view as? MediaCoverScreenComponent.View {
view.animateOutToEditor(completion: completion)
}