mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Removed cover rounding of currently playing song
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user