Various fixes

This commit is contained in:
Ilya Laktyushin
2022-07-24 01:09:15 +03:00
parent 3d0f297554
commit 68f93cc748
3 changed files with 60 additions and 8 deletions

View File

@@ -379,7 +379,7 @@ final class ChatTextInputMediaRecordingButton: TGModernConversationInputMicButto
environment: {},
containerSize: animationFrame.size
)
// self.innerIconView.frame = CGRect(origin: CGPoint(x: floor((size.width - iconSize.width) / 2.0), y: floor((size.height - iconSize.height) / 2.0)), size: iconSize)
if let view = animationView.view {
view.isUserInteractionEnabled = false
if view.superview == nil {