mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
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:
parent
5a18a98fbd
commit
0dfd478a20
1 changed files with 1 additions and 0 deletions
|
|
@ -536,6 +536,7 @@ public class PlayerControlView extends FrameLayout {
|
|||
controlDispatcher.dispatchSetRepeatMode(player, Player.REPEAT_MODE_ALL);
|
||||
}
|
||||
}
|
||||
updateRepeatModeButton();
|
||||
}
|
||||
|
||||
/** Returns whether the shuffle button is shown. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue