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();
|
||||
postStatusMsg(R.string.player_ready_msg, false);
|
||||
updatePlayButtonAppearance(playResource, playText);
|
||||
onPositionObserverUpdate();
|
||||
break;
|
||||
case SEEKING:
|
||||
onPositionObserverUpdate();
|
||||
|
|
Loading…
Reference in New Issue