mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix sticker reply and forward panels
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user