mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix wrong copy-pasted comment
PiperOrigin-RevId: 702647886
This commit is contained in:
parent
bffa253e3a
commit
46ab6cf030
@ -404,7 +404,7 @@ public final class MediaMetadataCompat implements Parcelable {
|
||||
// RatingCompat.
|
||||
rating = RatingCompat.fromRating(mBundle.getParcelable(key));
|
||||
} catch (Exception e) {
|
||||
// ignore, value was not a bitmap
|
||||
// ignore, value was not a Rating
|
||||
Log.w(TAG, "Failed to retrieve a key as Rating.", e);
|
||||
}
|
||||
return rating;
|
||||
|
Loading…
x
Reference in New Issue
Block a user