Various fixes

This commit is contained in:
Ilya Laktyushin
2025-08-25 17:56:19 +04:00
parent cb1f5058a7
commit f6e28fc44e
3 changed files with 8 additions and 3 deletions

View File

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