mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix wrong copy-pasted comment
PiperOrigin-RevId: 702647886
This commit is contained in:
parent
bffa253e3a
commit
46ab6cf030
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue