Skip to content

Commit fa47b61

Browse files
committed
Rounds all WPNetworkImageViews with AVATAR type.
Rounds gravatars in Comments, Notifications and the Reader.
1 parent f2ed1d3 commit fa47b61

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/ImageUtils.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,6 @@ public static Bitmap getCircularBitmap(final Bitmap bitmap) {
528528
paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC_IN));
529529
canvas.drawBitmap(bitmap, rect, rect, paint);
530530

531-
// outline
532-
paint.setStyle(Paint.Style.STROKE);
533-
paint.setStrokeWidth(1f);
534-
paint.setColor(Color.DKGRAY);
535-
canvas.drawOval(rectF, paint);
536-
537531
return output;
538532
}
539533

0 commit comments

Comments
 (0)