mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Business improvements
This commit is contained in:
@@ -2022,7 +2022,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate, Ch
|
||||
var leftInset = leftInset
|
||||
|
||||
var textInputBackgroundWidthOffset: CGFloat = 0.0
|
||||
var attachmentButtonX: CGFloat = hideOffset.x + leftInset + 2.0 - UIScreenPixel
|
||||
var attachmentButtonX: CGFloat = hideOffset.x + leftInset + leftMenuInset + 2.0 - UIScreenPixel
|
||||
if !displayMediaButton {
|
||||
attachmentButtonX = -40.0
|
||||
let inputFieldAdditionalWidth = 40.0 - 4.0
|
||||
|
||||
Reference in New Issue
Block a user