Skip to content

Commit

Permalink
fix: player stream switch bug with floating player
Browse files Browse the repository at this point in the history
  • Loading branch information
KestasVenslauskas committed Jul 25, 2024
1 parent e3928ae commit 527dd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/videoComponent/VideoComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const VideoComponent: React.FC<PropsWithChildren<Props>> = (props) => {
}

return (
<View style={props.style}>
<View key={data.streamUri} style={props.style}>
<TheoMediaPlayer
streamUri={data.streamUri}
title={data.title}
Expand Down

0 comments on commit 527dd2b

Please sign in to comment.