mirror of
https://github.com/tooot-app/app
synced 2025-01-03 13:10:23 +01:00
Update audio.ts
This commit is contained in:
parent
e8b3187f9e
commit
4f329d7724
@ -4,7 +4,7 @@ import log from './log'
|
||||
const audio = () => {
|
||||
log('log', 'audio', 'setting audio playback default options')
|
||||
Audio.setAudioModeAsync({
|
||||
interruptionModeIOS: InterruptionModeIOS.DoNotMix,
|
||||
interruptionModeIOS: InterruptionModeIOS.MixWithOthers,
|
||||
interruptionModeAndroid: InterruptionModeAndroid.DuckOthers,
|
||||
staysActiveInBackground: false
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user