Skip to content

Commit

Permalink
Fix wrong speed indicator in queue activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jan 13, 2021
1 parent 56204ac commit 790d225
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public boolean onCreateOptionsMenu(final Menu m) {
getMenuInflater().inflate(R.menu.menu_play_queue, m);
getMenuInflater().inflate(getPlayerOptionMenuResource(), m);
onMaybeMuteChanged();
onPlaybackParameterChanged(player.getPlaybackParameters());
return true;
}

Expand Down

0 comments on commit 790d225

Please sign in to comment.