mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various iPad fixes
This commit is contained in:
@@ -514,6 +514,9 @@ public class AttachmentTextInputPanelNode: ASDisplayNode, TGCaptionPanelView, AS
|
||||
textInputNode.view.disablesInteractiveTransitionGestureRecognizer = true
|
||||
self.textInputNode = textInputNode
|
||||
|
||||
textInputNode.textView.inputAssistantItem.leadingBarButtonGroups = []
|
||||
textInputNode.textView.inputAssistantItem.trailingBarButtonGroups = []
|
||||
|
||||
if let presentationInterfaceState = self.presentationInterfaceState {
|
||||
refreshChatTextInputTypingAttributes(textInputNode, theme: presentationInterfaceState.theme, baseFontSize: baseFontSize)
|
||||
textInputNode.textContainerInset = calculateTextFieldRealInsets(presentationInterfaceState)
|
||||
|
||||
Reference in New Issue
Block a user