Various fixes

This commit is contained in:
Ilya Laktyushin
2023-09-15 22:56:36 +04:00
parent b7e4fb3d57
commit 6f75478d99
13 changed files with 339 additions and 86 deletions

View File

@@ -435,9 +435,6 @@ public final class MessageInputPanelComponent: Component {
override init(frame: CGRect) {
self.fieldBackgroundView = BlurredBackgroundView(color: UIColor(white: 0.0, alpha: 0.5), enableBlur: true)
if sharedIsReduceTransparencyEnabled {
}
let style: UIBlurEffect.Style = .dark
let blurEffect = UIBlurEffect(style: style)