Revert workaround for ICS Lockscreen bug

This is - hopefully - not needed on any LP devices
This commit is contained in:
Adrian Ulrich 2016-02-02 11:32:18 +01:00
parent d891f77be4
commit f49d5fd1ad

View File

@ -132,8 +132,6 @@ public class RemoteControlImplLp implements RemoteControl.Client {
Bitmap bitmap = null;
if (mShowCover == 1 && (isPlaying || keepPaused)) {
bitmap = song.getCover(mContext);
if (bitmap != null)
bitmap.copy(Bitmap.Config.ARGB_8888, false);
}
session.setMetadata(new MediaMetadata.Builder()