Merge pull request #5809 from ByteHamster/fix-seek-ui
Fix UI not updating when forwarding while paused
This commit is contained in:
commit
e483f2edde
@ -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…
x
Reference in New Issue
Block a user