Revert workaround for ICS Lockscreen bug
This is - hopefully - not needed on any LP devices
This commit is contained in:
parent
d891f77be4
commit
f49d5fd1ad
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user