mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -731,12 +731,6 @@ public final class TextSelectionNode: ASDisplayNode {
|
||||
}))
|
||||
}
|
||||
}
|
||||
// if isSpeakSelectionEnabled() {
|
||||
// actions.append(ContextMenuAction(content: .text(title: self.strings.Conversation_ContextMenuSpeak, accessibilityLabel: self.strings.Conversation_ContextMenuSpeak), action: { [weak self] in
|
||||
// self?.performAction(attributedText, .speak)
|
||||
// self?.dismissSelection()
|
||||
// }))
|
||||
// }
|
||||
|
||||
let realFullRange = NSRange(location: 0, length: attributedString.length)
|
||||
if range != realFullRange {
|
||||
|
||||
Reference in New Issue
Block a user