Add missing update on repeat toggle mode change

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=220461315
This commit is contained in:
olly 2018-11-07 07:47:51 -08:00 committed by Oliver Woodman
parent 5a18a98fbd
commit 0dfd478a20

View File

@ -536,6 +536,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. */