mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -4766,6 +4766,10 @@ public class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDeleg
|
||||
return nil
|
||||
}
|
||||
|
||||
public func getAttachmentButton() -> UIView {
|
||||
return self.attachmentButton
|
||||
}
|
||||
|
||||
public func frameForAttachmentButton() -> CGRect? {
|
||||
if !self.attachmentButtonBackground.alpha.isZero {
|
||||
return self.attachmentButtonBackground.frame.insetBy(dx: 0.0, dy: -4.0).offsetBy(dx: 0.0, dy: 0.0)
|
||||
|
||||
Reference in New Issue
Block a user