Remove trailing whitespace

PiperOrigin-RevId: 386194874
This commit is contained in:
olly 2021-07-22 10:31:07 +01:00 committed by kim-vde
parent d9ad91d5f8
commit fe5a7fcc13

View File

@ -172,8 +172,8 @@
* Fix handling of emsg messages with an unset duration
([#9123](https://github.com/google/ExoPlayer/issues/9123)).
* UI:
* Add `PendingIntent.FLAG_IMMUTABLE` flag when creating a broadcast
intent in `PlayerNotificationManager`. This is required by a
* Add `PendingIntent.FLAG_IMMUTABLE` when creating broadcast intents in
`PlayerNotificationManager`. This is required by a
[behaviour change](https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability)
in Android 12.
* Fix focusability of `StyledPlayerView` and `StyledPlayerControlView`