about summary refs log tree commit diff
path: root/patches/expo-video+1.2.4.patch.md
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-09-03 08:33:21 -0700
committerGitHub <noreply@github.com>2024-09-03 08:33:21 -0700
commit05e61346b8c20b242edf748d2d84a66aefa390f6 (patch)
treeb70b284013ba22f2b680057ad81ba8eeefe82e6a /patches/expo-video+1.2.4.patch.md
parent0e1de199030e4106c791978c8a6bf52a90bbc269 (diff)
downloadvoidsky-05e61346b8c20b242edf748d2d84a66aefa390f6.tar.zst
[Video] Say No to Audio (Disable `expo-video` `AudioSession` management) (#5101)
Diffstat (limited to 'patches/expo-video+1.2.4.patch.md')
-rw-r--r--patches/expo-video+1.2.4.patch.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/expo-video+1.2.4.patch.md b/patches/expo-video+1.2.4.patch.md
index 689cf9a92..6dd85308b 100644
--- a/patches/expo-video+1.2.4.patch.md
+++ b/patches/expo-video+1.2.4.patch.md
@@ -4,3 +4,6 @@
 
 This patch adds two props to `VideoView`: `onEnterFullscreen` and `onExitFullscreen` which do exactly what they say on
 the tin.
+
+This patch also removes the audio session management that Expo does on its own, as we handle audio session management
+ourselves.