Removed cover rounding of currently playing song

This commit is contained in:
antonio
2023-03-16 18:53:51 +01:00
parent 94cf24fff1
commit afa5375675

View File

@@ -172,7 +172,6 @@ public class PlayerCoverFragment extends Fragment {
.from(requireContext(), mediaMetadata.extras != null ? mediaMetadata.extras.getString("coverArtId") : null)
.build()
.transition(DrawableTransitionOptions.withCrossFade())
.transform(new CenterCrop(), new RoundedCorners(CustomGlideRequest.CORNER_RADIUS))
.into(bind.nowPlayingSongCoverImageView);
}
}