Merge pull request #2335 from ByteHamster/bottom-bar-progress
Fixed playback progress bar position after start
This commit is contained in:
commit
48edae7db6
|
@ -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