Folder improvements

This commit is contained in:
Ali
2023-04-01 15:02:30 +04:00
parent f122288113
commit dd215afc38
6 changed files with 495 additions and 14 deletions

View File

@@ -124,6 +124,7 @@ public final class AnimatedTextComponent: Component {
if let characterComponentView = characterView.view {
var animateIn = false
if characterComponentView.superview == nil {
characterComponentView.layer.rasterizationScale = UIScreenScale
self.addSubview(characterComponentView)
animateIn = true
}