Rename icons

This commit is contained in:
Hemanth S 2020-07-20 02:39:18 +05:30
parent e0f1bde606
commit f0663c2b43
2 changed files with 1 additions and 1 deletions

View file

@ -1316,7 +1316,7 @@ public class MusicService extends Service implements
if (getRepeatMode() == REPEAT_MODE_THIS) { if (getRepeatMode() == REPEAT_MODE_THIS) {
repeatIcon = R.drawable.ic_repeat_one; repeatIcon = R.drawable.ic_repeat_one;
} else if (getRepeatMode() == REPEAT_MODE_ALL) { } else if (getRepeatMode() == REPEAT_MODE_ALL) {
repeatIcon = R.drawable.ic_repeat_white_circledp; repeatIcon = R.drawable.ic_repeat_white_circle;
} }
stateBuilder.addCustomAction(new PlaybackStateCompat.CustomAction.Builder( stateBuilder.addCustomAction(new PlaybackStateCompat.CustomAction.Builder(
CYCLE_REPEAT, getString(R.string.action_cycle_repeat), repeatIcon) CYCLE_REPEAT, getString(R.string.action_cycle_repeat), repeatIcon)