Fix wrong speed indicator in queue activity
This commit is contained in:
parent
4a12b0ab2d
commit
cece83328a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue