Fix UI not updating when forwarding while paused
This commit is contained in:
parent
3b47deb705
commit
53a652dc5b
|
@ -1664,6 +1664,7 @@ public class PlaybackService extends MediaBrowserServiceCompat {
|
||||||
|
|
||||||
public void seekTo(final int t) {
|
public void seekTo(final int t) {
|
||||||
mediaPlayer.seekTo(t);
|
mediaPlayer.seekTo(t);
|
||||||
|
EventBus.getDefault().post(new PlaybackPositionEvent(t, getDuration()));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void seekDelta(final int d) {
|
private void seekDelta(final int d) {
|
||||||
|
|
Loading…
Reference in New Issue