-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Samuel Newman <[email protected]>
- Loading branch information
Showing
4 changed files
with
579 additions
and
592 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.web.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export function VideoEmbedInnerNative() { | ||
throw new Error('VideoEmbedInnerNative may not be used on native.') | ||
throw new Error('VideoEmbedInnerNative may not be used on web.') | ||
} |
3 changes: 3 additions & 0 deletions
3
src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.native.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export function Controls() { | ||
throw new Error('VideoWebControls may not be used on native.') | ||
} |
Oops, something went wrong.