Skip to content

Commit

Permalink
Merge pull request #97 from mykhailodanilenko/feature/controls-cursor
Browse files Browse the repository at this point in the history
Change cursor for video controls overlay
  • Loading branch information
mykhailodanilenko authored Jul 5, 2024
2 parents 2c8a586 + f199035 commit 82b9eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const styles = StyleSheet.create({
overlay: {
alignItems: "center",
alignSelf: "center",
cursor: "auto",
display: "flex",
height: "100%",
justifyContent: "center",
Expand Down
1 change: 1 addition & 0 deletions OwnTube.tv/components/VideoView/VideoView.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const VideoView = ({ uri, testID, handleSetTimeStamp, timestamp, title }: VideoV

const handleReplay = () => {
playerRef.current?.currentTime(0);
playerRef.current?.play();
};

const handleJumpTo = (position: number) => {
Expand Down

0 comments on commit 82b9eb5

Please sign in to comment.