mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -617,7 +617,7 @@ public final class ButtonComponent: Component {
|
||||
})
|
||||
}
|
||||
|
||||
if component.background.style == .glass {
|
||||
if component.background.style == .glass, component.background.color.alpha > 0.9 {
|
||||
let chromeView: UIImageView
|
||||
var chromeTransition = transition
|
||||
if let current = self.chromeView {
|
||||
|
||||
Reference in New Issue
Block a user