mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various Voice Over improvements
This commit is contained in:
@@ -757,6 +757,11 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
|
||||
}
|
||||
}
|
||||
|
||||
override func accessibilityActivate() -> Bool {
|
||||
self.progressPressed()
|
||||
return true
|
||||
}
|
||||
|
||||
func videoContentNode(at point: CGPoint) -> ASDisplayNode? {
|
||||
if let videoFrame = self.videoFrame {
|
||||
if videoFrame.contains(point) {
|
||||
|
||||
Reference in New Issue
Block a user