File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Armadillo/src/main/java/com/scribd/armadillo/playback Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ internal class ExoplayerPlaybackEngine(private var audioPlayable: AudioPlayable)
243243 }
244244
245245 private fun seekToExo (position : Milliseconds ) {
246- exoPlayer.seekTo(exoPlayer.currentMediaItemIndex, position.longValue)
247246 stateModifier.dispatch(PlaybackProgressAction (position, exoPlayer.playerDuration()))
247+ exoPlayer.seekTo(exoPlayer.currentMediaItemIndex, position.longValue)
248248 }
249249}
Original file line number Diff line number Diff line change 11# Project Armadillo Release Notes
22
3+ ## 1.3.2
4+ - Added a fix for order of dispatched actions during seek related events
5+
36## 1.3.1
47- Adds support for offline DRM for downloaded MPEG-DASH audio
58
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313# org.gradle.parallel=true
1414PACKAGE_NAME =com.scribd.armadillo
15- LIBRARY_VERSION =1.3.1
15+ LIBRARY_VERSION =1.3.2
1616EXOPLAYER_VERSION =2.17.1
1717RXJAVA_VERSION =2.2.4
1818RXANDROID_VERSION =2.0.1
You can’t perform that action at this time.
0 commit comments