mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Business
This commit is contained in:
@@ -208,7 +208,7 @@ public final class ListMultilineTextFieldItemComponent: Component {
|
||||
containerSize: availableSize
|
||||
)
|
||||
|
||||
let size = textFieldSize
|
||||
let size = CGSize(width: textFieldSize.width, height: textFieldSize.height - 1.0)
|
||||
let textFieldFrame = CGRect(origin: CGPoint(), size: textFieldSize)
|
||||
|
||||
if let textFieldView = self.textField.view {
|
||||
|
||||
Reference in New Issue
Block a user