From fe5a7fcc1366506d5838e2e8520e4c35ca80a978 Mon Sep 17 00:00:00 2001 From: olly Date: Thu, 22 Jul 2021 10:31:07 +0100 Subject: [PATCH] Remove trailing whitespace PiperOrigin-RevId: 386194874 --- RELEASENOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dae72efa63..5c0148529b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -172,9 +172,9 @@ * 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 - [behaviour change](https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability) + * 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` popup menus on API levels prior to 26