Saved message improvements

This commit is contained in:
Isaac
2024-01-29 21:23:19 +01:00
parent a0c2be94aa
commit d4f7440703
43 changed files with 1682 additions and 245 deletions

View File

@@ -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) {