Translation improvements

This commit is contained in:
Ilya Laktyushin
2022-03-18 22:58:29 +04:00
parent 14eb97ef17
commit 65536651de
36 changed files with 2149 additions and 168 deletions

View File

@@ -2316,7 +2316,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate {
text = current.inputText.attributedSubstring(from: NSMakeRange(current.selectionRange.lowerBound, current.selectionRange.count)).string
return (current, inputMode)
}
speakText(text)
let _ = speakText(text)
if #available(iOS 13.0, *) {
UIMenuController.shared.hideMenu()