mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various Fixes
This commit is contained in:
parent
1ce65767dd
commit
c7464c2f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue