We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92853b commit 0aee89eCopy full SHA for 0aee89e
src/android/player.ts
@@ -9,7 +9,7 @@ export enum AudioFocusDurationHint {
9
AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK = android.media.AudioManager
10
.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK,
11
AUDIOFOCUS_GAIN_TRANSIENT_EXCLUSIVE = android.media.AudioManager
12
- .AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK
+ .AUDIOFOCUS_GAIN_TRANSIENT_EXCLUSIVE
13
}
14
15
const defaultAudioFocusManagerOptions: AudioFocusManagerOptions = {
0 commit comments