Various call UI improvements

This commit is contained in:
Ilya Laktyushin
2020-08-10 16:49:08 +03:00
parent 18b9f405fc
commit d2f712266b
5 changed files with 16 additions and 14 deletions

View File

@@ -614,7 +614,7 @@ public final class SemanticStatusNode: ASControlNode {
if parameters.hollow {
context.setBlendMode(.clear)
context.fillEllipse(in: bounds.insetBy(dx: 7.0 - UIScreenPixel, dy: 7.0 - UIScreenPixel))
context.fillEllipse(in: bounds.insetBy(dx: 8.0, dy: 8.0))
}
}
}