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