diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-14 21:08:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 21:08:17 +0100 |
commit | b9975697e22ef729e60b9111883127961258445b (patch) | |
tree | 4f130999eb58374bc8a64c6941a4cc031c74ec4a /src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx | |
parent | b6fa0d2d048b3c68d47d6fe502ca1b52096eb4c9 (diff) | |
download | voidsky-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.tsx | 3 |
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.') +} |