This commit is contained in:
Ilya Laktyushin
2025-12-06 02:31:11 +04:00
parent 7621e2f8de
commit ce5e83b53b

View File

@@ -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)