mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Fix chat preview hit test
(cherry picked from commit 0cb2a8041671bd14bd9c6c5e440d2033a6210a60)
This commit is contained in:
parent
e3d895ba2f
commit
c4b406528a
@ -3671,6 +3671,8 @@ class ChatControllerNode: ASDisplayNode, ASScrollViewDelegate {
|
|||||||
if let textNode = node as? TextAccessibilityOverlayNode {
|
if let textNode = node as? TextAccessibilityOverlayNode {
|
||||||
let _ = textNode
|
let _ = textNode
|
||||||
return result
|
return result
|
||||||
|
} else if let _ = node as? LinkHighlightingNode {
|
||||||
|
return result
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user