Demo video processing

This commit is contained in:
Isaac
2024-10-15 17:23:24 +04:00
parent 25251fc9d4
commit 71b035e6d1
7 changed files with 448 additions and 132 deletions

View File

@@ -442,6 +442,12 @@ final class InnerTextSelectionTipContainerNode: ASDisplayNode {
self.targetSelectionIndex = nil
icon = nil
isUserInteractionEnabled = action != nil
case .videoProcessing:
self.action = nil
self.text = "The video will be published once converted and optimized."
self.targetSelectionIndex = nil
icon = nil
isUserInteractionEnabled = action != nil
}
self.iconNode = ASImageNode()