mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-21 02:17:38 +00:00
Fix wrong speed indicator in queue activity
This commit is contained in:
@@ -128,6 +128,7 @@ public abstract class ServicePlayerActivity extends AppCompatActivity
|
|||||||
getMenuInflater().inflate(R.menu.menu_play_queue, m);
|
getMenuInflater().inflate(R.menu.menu_play_queue, m);
|
||||||
getMenuInflater().inflate(getPlayerOptionMenuResource(), m);
|
getMenuInflater().inflate(getPlayerOptionMenuResource(), m);
|
||||||
onMaybeMuteChanged();
|
onMaybeMuteChanged();
|
||||||
|
onPlaybackParameterChanged(player.getPlaybackParameters());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user