[Video] Invert usage of setAudioActive (#4924)
This commit is contained in:
parent
7df2327424
commit
134fcd35d8
2 changed files with 3 additions and 3 deletions
|
|
@ -159,7 +159,7 @@ function App() {
|
|||
|
||||
React.useEffect(() => {
|
||||
PlatformInfo.setAudioCategory(AudioCategory.Ambient)
|
||||
PlatformInfo.setAudioActive(true)
|
||||
PlatformInfo.setAudioActive(false)
|
||||
initPersistedState().then(() => setReady(true))
|
||||
}, [])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue