From d9618b5104c62a8d8cde51eaca23cd948e83dccb Mon Sep 17 00:00:00 2001 From: samrobinson Date: Wed, 7 Jul 2021 18:56:36 +0100 Subject: [PATCH] Fix missing word in javadoc. PiperOrigin-RevId: 383448851 --- .../google/android/exoplayer2/ui/PlayerNotificationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java index ee632f6253..1fa5c3c648 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java @@ -230,7 +230,7 @@ public class PlayerNotificationManager { * @param player The {@link Player} for which a notification is being built. * @param callback A {@link BitmapCallback} to provide a {@link Bitmap} asynchronously. * @return The large icon for the current media item, or null if the icon will be returned - * through the {@link BitmapCallback} or if no icon should displayed. + * through the {@link BitmapCallback} or if no icon should be displayed. */ @Nullable Bitmap getCurrentLargeIcon(Player player, BitmapCallback callback);