This commit is contained in:
Ali
2020-06-12 19:33:38 +04:00
parent f5d2d075e2
commit a9a992b434
29 changed files with 485 additions and 1693 deletions

View File

@@ -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