Commit b8b88440 by olly Committed by Oliver Woodman

Add missing update on repeat toggle mode change

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=220461315
parent ac0b11ed
...@@ -529,6 +529,7 @@ public class PlayerControlView extends FrameLayout { ...@@ -529,6 +529,7 @@ public class PlayerControlView extends FrameLayout {
controlDispatcher.dispatchSetRepeatMode(player, Player.REPEAT_MODE_ALL); controlDispatcher.dispatchSetRepeatMode(player, Player.REPEAT_MODE_ALL);
} }
} }
updateRepeatModeButton();
} }
/** Returns whether the shuffle button is shown. */ /** Returns whether the shuffle button is shown. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment