Wallpaper pattern tiling in landscape

This commit is contained in:
Ilya Laktyushin
2023-02-28 22:26:01 +04:00
parent 1d5837a4f8
commit 8733c482c7
20 changed files with 108 additions and 68 deletions

View File

@@ -564,7 +564,7 @@ private final class TextSizeSelectionControllerNode: ASDisplayNode, UIScrollView
}
self.chatBackgroundNode.frame = chatFrame
self.chatBackgroundNode.updateLayout(size: chatFrame.size, transition: transition)
self.chatBackgroundNode.updateLayout(size: chatFrame.size, tile: false, transition: transition)
self.messagesContainerNode.frame = chatFrame
transition.updateFrame(node: self.toolbarNode, frame: CGRect(origin: CGPoint(x: 0.0, y: layout.size.height - toolbarHeight), size: CGSize(width: layout.size.width, height: toolbarHeight + layout.intrinsicInsets.bottom)))