mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-04 10:21:16 +00:00
Various Fixes
This commit is contained in:
@@ -313,7 +313,7 @@ public class InvisibleInkDustNode: ASDisplayNode {
|
||||
}
|
||||
|
||||
public override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
|
||||
if let (_, _, rects, _) = self.currentParams {
|
||||
if let (_, _, rects, _) = self.currentParams, !self.isRevealed {
|
||||
for rect in rects {
|
||||
if rect.contains(point) {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user