[Video] Invert usage of setAudioActive (#4924)
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ function App() {
|
||||
|
||||
React.useEffect(() => {
|
||||
PlatformInfo.setAudioCategory(AudioCategory.Ambient)
|
||||
PlatformInfo.setAudioActive(true)
|
||||
PlatformInfo.setAudioActive(false)
|
||||
initPersistedState().then(() => setReady(true))
|
||||
}, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user