Fix audio recording preview panel not getting touches

This commit is contained in:
Ilya Laktyushin 2022-11-26 21:29:33 +04:00
parent 7ceab4e1a9
commit 1418148407

View File

@ -267,7 +267,7 @@ final class ChatRecordingPreviewInputPanelNode: ChatInputPanelNode {
timingFunction: CAMediaTimingFunctionName.easeInEaseOut.rawValue,
removeOnCompletion: false
) { [weak self, weak prevTextInputPanelNode] finished in
if finished, prevTextInputPanelNode?.supernode === self {
if prevTextInputPanelNode?.supernode === self {
prevTextInputPanelNode?.removeFromSupernode()
}
}