From 42da46ceb31139055b23c825d1fd63469a9bdb2a Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 19 Jul 2021 18:12:09 +0100 Subject: [PATCH] Fix release notes duplication introduced by https://github.com/google/ExoPlayer/commit/22ab14844ba7deedb6f7b2823fa315e6febf7ac2 PiperOrigin-RevId: 385582191 --- RELEASENOTES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9aae0bcceb..baf4502a2e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -98,8 +98,6 @@ using a `ForwardingPlayer` that overrides `getSeekBackIncrement`, `seekBack`, `getSeekForwardIncrement` and `seekForward`. The rewind and fast forward buttons can be disabled by using a `ForwardingPlayer` that - `seekBack`, `getSeekForwardIncrement` and `seekForward`. The - corresponding buttons can be disabled by using a `ForwardingPlayer` that removes `COMMAND_SEEK_BACK` and `COMMAND_SEEK_FORWARD` from the available commands. * Update `DefaultControlDispatcher` `getRewindIncrementMs` and