mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various fixes
This commit is contained in:
@@ -176,6 +176,8 @@ public final class MultilineTextComponent: Component {
|
||||
|
||||
if let tintColor = component.tintColor {
|
||||
transition.setTintColor(layer: self.layer, color: tintColor)
|
||||
} else {
|
||||
self.layer.layerTintColor = nil
|
||||
}
|
||||
|
||||
return size
|
||||
|
||||
Reference in New Issue
Block a user