mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Temp
This commit is contained in:
@@ -29,7 +29,7 @@ final class ChatTextInputActionButtonsNode: ASDisplayNode {
|
||||
init(theme: PresentationTheme, strings: PresentationStrings, presentController: @escaping (ViewController) -> Void) {
|
||||
self.strings = strings
|
||||
|
||||
self.micButton = ChatTextInputMediaRecordingButton(theme: theme, presentController: presentController)
|
||||
self.micButton = ChatTextInputMediaRecordingButton(theme: theme, strings: strings, presentController: presentController)
|
||||
self.sendButton = HighlightTrackingButtonNode(pointerStyle: .lift)
|
||||
//self.sendButton.adjustsImageWhenHighlighted = false
|
||||
//self.sendButton.adjustsImageWhenDisabled = false
|
||||
|
||||
Reference in New Issue
Block a user