Fix sticker reply and forward panels

This commit is contained in:
Ali
2023-10-26 16:39:41 +04:00
parent 53634ad77a
commit 127792bdd2
6 changed files with 270 additions and 117 deletions

View File

@@ -769,8 +769,13 @@ public class ChatMessageReplyInfoNode: ASDisplayNode {
)] as? TelegramMediaFile
)
}
var isTransparent: Bool = false
if case .standalone = arguments.type {
isTransparent = true
}
node.backgroundView.update(
size: backgroundFrame.size,
isTransparent: isTransparent,
primaryColor: mainColor,
secondaryColor: secondaryColor,
thirdColor: tertiaryColor,