Various improvements

This commit is contained in:
Isaac
2025-08-08 12:41:03 +02:00
parent e16f2ff47f
commit 18a491fa48
20 changed files with 42 additions and 23 deletions

View File

@@ -51,6 +51,9 @@ final class NotificationContainerControllerNode: ASDisplayNode {
}
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
if self.alpha == 0.0 {
return nil
}
if let (_, blockingItemNode) = self.blockingItemAndNode {
return blockingItemNode.hitTest(point, with: event)
}