Fix birthday panel

This commit is contained in:
Ilya Laktyushin
2024-07-03 12:07:57 +04:00
parent ed6081f34b
commit 001cbad165
2 changed files with 2 additions and 1 deletions

View File

@@ -4700,7 +4700,7 @@ public class ChatListItemNode: ItemListRevealOptionsItemNode {
}
override public func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
guard let item = self.item else {
guard let item = self.item, self.frame.height > 0.0 else {
return nil
}