mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -420,7 +420,7 @@ public final class ChatTextInputMediaRecordingButton: TGModernConversationInputM
|
||||
animationName = "anim_micToVideo"
|
||||
}
|
||||
|
||||
let animationTintColor = self.useDarkTheme ? .white : self.theme.chat.inputPanel.inputControlColor
|
||||
let animationTintColor = self.useDarkTheme ? .white : self.theme.chat.inputPanel.panelControlColor
|
||||
let _ = self.animationView.update(
|
||||
transition: .immediate,
|
||||
component: AnyComponent(LottieComponent(
|
||||
|
||||
Reference in New Issue
Block a user