mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-08 19:10:53 +00:00
Fix audio recording preview panel not getting touches
This commit is contained in:
parent
7ceab4e1a9
commit
1418148407
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user