Merge pull request #2335 from ByteHamster/bottom-bar-progress

Fixed playback progress bar position after start
This commit is contained in:
Martin Fietz 2017-05-31 19:10:55 +02:00 committed by GitHub
commit 48edae7db6
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();