mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-10 04:56:22 +00:00
Fix
This commit is contained in:
@@ -416,6 +416,7 @@ public class GlassBackgroundView: UIView {
|
||||
let nativeFrame = CGRect(origin: CGPoint(), size: size)
|
||||
transition.setFrame(view: nativeView, frame: nativeFrame)
|
||||
}
|
||||
nativeView.overrideUserInterfaceStyle = isDark ? .dark : .light
|
||||
}
|
||||
if let backgroundNode = self.backgroundNode {
|
||||
backgroundNode.updateColor(color: .clear, forceKeepBlur: tintColor.color.alpha != 1.0, transition: transition.containedViewLayoutTransition)
|
||||
|
||||
Reference in New Issue
Block a user