about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-08-14 21:08:17 +0100
committerGitHub <noreply@github.com>2024-08-14 21:08:17 +0100
commitb9975697e22ef729e60b9111883127961258445b (patch)
tree4f130999eb58374bc8a64c6941a4cc031c74ec4a /src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx
parentb6fa0d2d048b3c68d47d6fe502ca1b52096eb4c9 (diff)
downloadvoidsky-b9975697e22ef729e60b9111883127961258445b.tar.zst
swap control files (#4936)
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
Diffstat (limited to 'src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx')
-rw-r--r--src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx b/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx
new file mode 100644
index 000000000..e2e24ed36
--- /dev/null
+++ b/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx
@@ -0,0 +1,3 @@
+export function Controls() {
+  throw new Error('VideoWebControls may not be used on native.')
+}