Fixed playback progress bar position after start
This commit is contained in:
parent
b1bb29ddc2
commit
afd7ae90ab
|
@ -461,6 +461,7 @@ public abstract class PlaybackController {
|
||||||
checkMediaInfoLoaded();
|
checkMediaInfoLoaded();
|
||||||
postStatusMsg(R.string.player_ready_msg, false);
|
postStatusMsg(R.string.player_ready_msg, false);
|
||||||
updatePlayButtonAppearance(playResource, playText);
|
updatePlayButtonAppearance(playResource, playText);
|
||||||
|
onPositionObserverUpdate();
|
||||||
break;
|
break;
|
||||||
case SEEKING:
|
case SEEKING:
|
||||||
onPositionObserverUpdate();
|
onPositionObserverUpdate();
|
||||||
|
|
Loading…
Reference in New Issue