mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Saved message improvements
This commit is contained in:
@@ -343,6 +343,10 @@ public final class ChatMessageDateHeaderNode: ListViewItemHeaderNode {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override public func getEffectiveAlpha() -> CGFloat {
|
||||
return self.backgroundNode.alpha
|
||||
}
|
||||
|
||||
override public func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
|
||||
if !self.bounds.contains(point) {
|
||||
|
||||
Reference in New Issue
Block a user