Merge "Remove frame and shadow from CircleFramedDrawable"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2e18bd9dbc
@@ -884,7 +884,8 @@ public final class Utils {
|
||||
return CircleFramedDrawable.getInstance(context, icon);
|
||||
}
|
||||
}
|
||||
return UserIcons.getDefaultUserIcon(user.id, /* light= */ false);
|
||||
return CircleFramedDrawable.getInstance(context, UserIcons.convertToBitmap(
|
||||
UserIcons.getDefaultUserIcon(user.id, /* light= */ false)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user