mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix audio recording preview panel not getting touches
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user