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)
243
243
}
244
244
245
245
private fun seekToExo (position : Milliseconds ) {
246
- exoPlayer.seekTo(exoPlayer.currentMediaItemIndex, position.longValue)
247
246
stateModifier.dispatch(PlaybackProgressAction (position, exoPlayer.playerDuration()))
247
+ exoPlayer.seekTo(exoPlayer.currentMediaItemIndex, position.longValue)
248
248
}
249
249
}
Original file line number Diff line number Diff line change 1
1
# Project Armadillo Release Notes
2
2
3
+ ## 1.3.2
4
+ - Added a fix for order of dispatched actions during seek related events
5
+
3
6
## 1.3.1
4
7
- Adds support for offline DRM for downloaded MPEG-DASH audio
5
8
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
13
# org.gradle.parallel=true
14
14
PACKAGE_NAME =com.scribd.armadillo
15
- LIBRARY_VERSION =1.3.1
15
+ LIBRARY_VERSION =1.3.2
16
16
EXOPLAYER_VERSION =2.17.1
17
17
RXJAVA_VERSION =2.2.4
18
18
RXANDROID_VERSION =2.0.1
You can’t perform that action at this time.
0 commit comments