Fix wrong copy-pasted comment

PiperOrigin-RevId: 702647886
This commit is contained in:
tonihei 2024-12-04 02:35:15 -08:00 committed by Copybara-Service
parent bffa253e3a
commit 46ab6cf030

View File

@ -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;