mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Various Fixes
This commit is contained in:
parent
1ce65767dd
commit
c7464c2f1d
@ -313,7 +313,7 @@ public class InvisibleInkDustNode: ASDisplayNode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
|
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 {
|
for rect in rects {
|
||||||
if rect.contains(point) {
|
if rect.contains(point) {
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user