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,9 +172,9 @@
* Fix handling of emsg messages with an unset duration * Fix handling of emsg messages with an unset duration
([#9123](https://github.com/google/ExoPlayer/issues/9123)). ([#9123](https://github.com/google/ExoPlayer/issues/9123)).
* UI: * UI:
* Add `PendingIntent.FLAG_IMMUTABLE` flag when creating a broadcast * Add `PendingIntent.FLAG_IMMUTABLE` when creating broadcast intents in
intent in `PlayerNotificationManager`. This is required by a `PlayerNotificationManager`. This is required by a
[behaviour change](https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability) [behaviour change](https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability)
in Android 12. in Android 12.
* Fix focusability of `StyledPlayerView` and `StyledPlayerControlView` * Fix focusability of `StyledPlayerView` and `StyledPlayerControlView`
popup menus on API levels prior to 26 popup menus on API levels prior to 26