mirror of
https://github.com/samsonjs/media.git
synced 2026-04-18 13:25: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
ac0b11edc0
commit
b8b8844083
1 changed files with 1 additions and 0 deletions
|
|
@ -529,6 +529,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