Improve sticker pack display on iPad

This commit is contained in:
Ilya Laktyushin
2023-03-10 01:55:48 +04:00
parent 7fcce53b2c
commit c6ca35292b
10 changed files with 268 additions and 91 deletions

View File

@@ -667,4 +667,5 @@ public enum FileMediaResourceMediaStatus: Equatable {
public protocol ChatMessageItemNodeProtocol: ListViewItemNode {
func targetReactionView(value: MessageReaction.Reaction) -> UIView?
func contentFrame() -> CGRect
}