-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ReactExoplayerView): disable audio focus
Fix when component initialize, the 'requestAudioFocus' method always request the focus to 'AudioManager' even when the property 'disableFocus' is passed by parameter. The 'disableFocus' need to be started with 'true' value and a call to 'requestAudioFocus' inside the 'setDisableFocus' need to be perfom to update it.
- Loading branch information
1 parent
c30f246
commit 9576f32
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters