mute button in actionbar, no color change

This commit is contained in:
karol 2020-03-02 22:52:58 +01:00
parent 92ee51b8db
commit c79f09c119
3 changed files with 11 additions and 0 deletions

View file

@ -164,6 +164,9 @@ public abstract class ServicePlayerActivity extends AppCompatActivity
case R.id.action_append_playlist:
appendAllToPlaylist();
return true;
case R.id.action_mute:
player.onMuteUnmuteButtonClicked();
return true;
case R.id.action_system_audio:
startActivity(new Intent(Settings.ACTION_SOUND_SETTINGS));
return true;