fix: controls gray overlay

This commit is contained in:
Fredrik Burmester
2025-01-04 13:04:23 +01:00
parent 955190a9cc
commit 3c5f2b4079
5 changed files with 188 additions and 205 deletions

View File

@@ -435,7 +435,6 @@ export default function page() {
position: "relative",
flexDirection: "column",
justifyContent: "center",
opacity: showControls ? (Platform.OS === "android" ? 0.7 : 0.5) : 1,
}}
>
<VlcPlayerView

View File

@@ -387,7 +387,6 @@ const Player = () => {
position: "relative",
flexDirection: "column",
justifyContent: "center",
opacity: showControls ? 0.5 : 1,
}}
>
{videoSource ? (