From d92973dbe2fb0abd9d89e8c5fc51832cedf6fe59 Mon Sep 17 00:00:00 2001 From: tonihei Date: Fri, 8 Mar 2019 10:33:22 +0000 Subject: [PATCH] Add release notes for time bar changes. PiperOrigin-RevId: 237416206 --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3136cdadcc..3126b32473 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -67,6 +67,9 @@ * Fix issue where not resetting the position for a new `MediaSource` in calls to `ExoPlayer.prepare` causes an `IndexOutOfBoundsException` ([#5520](https://github.com/google/ExoPlayer/issues/5520)). +* Update `DefaultTimeBar` based on duration of media and add parameter to set + the minimum update interval to control the smoothness of the updates + ([#5040](https://github.com/google/ExoPlayer/issues/5040)). ### 2.9.6 ###