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

@@ -806,6 +806,7 @@ private final class QuoteBackgroundView: UIView {
self.backgroundView.update(
size: size,
isTransparent: false,
primaryColor: theme.foreground,
secondaryColor: theme.lineStyle != .solid ? .clear : nil,
thirdColor: theme.lineStyle == .tripleDashed ? .clear : nil,