Reset aspect ratio

parent 72a2b823
...@@ -1079,6 +1079,9 @@ public class PlayerView extends FrameLayout { ...@@ -1079,6 +1079,9 @@ public class PlayerView extends FrameLayout {
private boolean setDrawableArtwork(Drawable drawable) { private boolean setDrawableArtwork(Drawable drawable) {
if(drawable != null) { if(drawable != null) {
artworkView.setImageDrawable(drawable); artworkView.setImageDrawable(drawable);
if(contentFrame != null) {
contentFrame.setAspectRatio(0);
}
} }
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment