Fix missing word in javadoc.

PiperOrigin-RevId: 383448851
This commit is contained in:
samrobinson 2021-07-07 18:56:36 +01:00 committed by kim-vde
parent 0dd296c2c9
commit d9618b5104

View File

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