Fixed playback progress bar position after start

This commit is contained in:
ByteHamster 2017-05-19 16:57:18 +02:00
parent b1bb29ddc2
commit afd7ae90ab
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@ public abstract class PlaybackController {
checkMediaInfoLoaded();
postStatusMsg(R.string.player_ready_msg, false);
updatePlayButtonAppearance(playResource, playText);
onPositionObserverUpdate();
break;
case SEEKING:
onPositionObserverUpdate();