mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Emoji input improvements
This commit is contained in:
@@ -656,6 +656,7 @@ final class ChatSendMessageActionSheetControllerNode: ViewControllerTracingNode,
|
||||
var textFrame = self.textFieldFrame
|
||||
textFrame.origin = CGPoint(x: 13.0, y: 6.0 - UIScreenPixel)
|
||||
textFrame.size.height = self.textInputNode.textView.contentSize.height
|
||||
textFrame.size.width -= self.textInputNode.textContainerInset.right
|
||||
|
||||
if self.textInputNode.isRTL {
|
||||
textFrame.origin.x -= messageOriginDelta
|
||||
|
||||
Reference in New Issue
Block a user