Merge commit 'eabf0985ef59bea5dde543427c80c9a223077046'

This commit is contained in:
Ilya Laktyushin
2025-03-12 21:59:51 +04:00
35 changed files with 522 additions and 204 deletions

View File

@@ -1899,7 +1899,7 @@ public final class ChatEmptyNode: ASDisplayNode {
default:
self.isUserInteractionEnabled = false
}
let displayRect = CGRect(origin: CGPoint(x: 0.0, y: insets.top), size: CGSize(width: size.width, height: size.height - insets.top - insets.bottom))
var contentSize = CGSize()