1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Fix wrong speed indicator in queue activity

This commit is contained in:
Stypox 2021-01-11 15:12:44 +01:00
parent 4a12b0ab2d
commit cece83328a
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -128,6 +128,7 @@ public abstract class ServicePlayerActivity extends AppCompatActivity
getMenuInflater().inflate(R.menu.menu_play_queue, m);
getMenuInflater().inflate(getPlayerOptionMenuResource(), m);
onMaybeMuteChanged();
onPlaybackParameterChanged(player.getPlaybackParameters());
return true;
}