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