mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Disable anti-alias for circular
This commit is contained in:
@@ -249,7 +249,7 @@ class ImageHelper {
|
||||
Canvas canvas = new Canvas(round);
|
||||
|
||||
Paint paint = new Paint();
|
||||
paint.setAntiAlias(true);
|
||||
paint.setAntiAlias(false);
|
||||
canvas.drawARGB(0, 0, 0, 0);
|
||||
paint.setColor(Color.GRAY);
|
||||
if (radius == null)
|
||||
|
||||
Reference in New Issue
Block a user