Skip to content

Commit 0aee89e

Browse files
authored
fix(android): fix AudioFocusDurationHint enum (nstudio#192)
1 parent f92853b commit 0aee89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/player.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export enum AudioFocusDurationHint {
99
AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK = android.media.AudioManager
1010
.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK,
1111
AUDIOFOCUS_GAIN_TRANSIENT_EXCLUSIVE = android.media.AudioManager
12-
.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK
12+
.AUDIOFOCUS_GAIN_TRANSIENT_EXCLUSIVE
1313
}
1414

1515
const defaultAudioFocusManagerOptions: AudioFocusManagerOptions = {

0 commit comments

Comments
 (0)