1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-04-19 22:50:55 +02:00
parent 251695cc46
commit 1ee9b7d91d
3 changed files with 7 additions and 6 deletions

View File

@ -7,8 +7,7 @@ const audio = () => {
playsInSilentModeIOS: true,
interruptionModeIOS: Audio.INTERRUPTION_MODE_IOS_DO_NOT_MIX,
interruptionModeAndroid: Audio.INTERRUPTION_MODE_ANDROID_DO_NOT_MIX,
shouldDuckAndroid: true,
playThroughEarpieceAndroid: true
shouldDuckAndroid: true
})
}