Merge "Don't crash if media metadata isn't available" into rvc-dev am: b9bd296455 am: ba87cea780
Change-Id: Ia3aac1ca697e1b1dac9fe311a33a6ac9bd540df3
This commit is contained in:
@@ -114,7 +114,9 @@ public class KeyguardMediaPlayer {
|
||||
throw new IllegalStateException("cannot update controls, views not bound");
|
||||
}
|
||||
if (mediaMetadata == null) {
|
||||
throw new IllegalArgumentException("media metadata was null");
|
||||
mMediaNotifView.setVisibility(View.GONE);
|
||||
Log.d(TAG, "media metadata was null");
|
||||
return;
|
||||
}
|
||||
mMediaNotifView.setVisibility(View.VISIBLE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user