mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
babf5cc9d7
commit
0915a42e64
289 changed files with 9723 additions and 2071 deletions
|
|
@ -674,10 +674,10 @@ private final class VariableBlurView: UIVisualEffectView {
|
|||
variableBlur.setValue(self.maxBlurRadius, forKey: "inputRadius")
|
||||
variableBlur.setValue(gradientImageRef, forKey: "inputMaskImage")
|
||||
variableBlur.setValue(true, forKey: "inputNormalizeEdges")
|
||||
variableBlur.setValue(UIScreenScale, forKey: "scale")
|
||||
|
||||
let backdropLayer = self.subviews.first?.layer
|
||||
backdropLayer?.filters = [variableBlur]
|
||||
backdropLayer?.setValue(UIScreenScale, forKey: "scale")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue