mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Updates
This commit is contained in:
@@ -694,6 +694,11 @@ public final class MessageInputPanelComponent: Component {
|
||||
}
|
||||
|
||||
public func activateInput() {
|
||||
if let inputPanelView = self.inputPanel?.view as? ChatTextInputPanelComponent.View {
|
||||
inputPanelView.activateInput()
|
||||
return
|
||||
}
|
||||
|
||||
if let textFieldView = self.textField.view as? TextFieldComponent.View {
|
||||
textFieldView.activateInput()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user