mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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.
|
// RatingCompat.
|
||||||
rating = RatingCompat.fromRating(mBundle.getParcelable(key));
|
rating = RatingCompat.fromRating(mBundle.getParcelable(key));
|
||||||
} catch (Exception e) {
|
} 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);
|
Log.w(TAG, "Failed to retrieve a key as Rating.", e);
|
||||||
}
|
}
|
||||||
return rating;
|
return rating;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue