Skip to content

Commit

Permalink
Do not make radio icon circular in mix playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Mar 24, 2020
1 parent 985b3a9 commit 652a7de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ public void handleResult(@NonNull final PlaylistInfo result) {
ThemeHelper.resolveResourceIdFromAttr(requireContext(), R.attr.ic_radio));
headerUploaderAvatar.setBorderColor(
getResources().getColor(R.color.transparent_background_color));
headerUploaderAvatar.setDisableCircularTransformation(true);

} else {
imageLoader.displayImage(result.getUploaderAvatarUrl(), headerUploaderAvatar,
ImageDisplayConstants.DISPLAY_AVATAR_OPTIONS);
Expand Down

0 comments on commit 652a7de

Please sign in to comment.