mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
fix: control overlay on iOS
This commit is contained in:
@@ -18,12 +18,12 @@ export const ControlsOverlay = ({ headerData }: ControlsOverlayProps) => {
|
|||||||
setIsIdle(!idle);
|
setIsIdle(!idle);
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<View className="absolute left-0 top-0 flex h-full w-full flex-1">
|
<TouchableWithoutFeedback onPress={handleTouch}>
|
||||||
<Header data={headerData} />
|
<View className="absolute left-0 top-0 flex h-full w-full flex-1">
|
||||||
<TouchableWithoutFeedback onPress={handleTouch}>
|
<Header data={headerData} />
|
||||||
<MiddleControls />
|
<MiddleControls />
|
||||||
</TouchableWithoutFeedback>
|
<BottomControls />
|
||||||
<BottomControls />
|
</View>
|
||||||
</View>
|
</TouchableWithoutFeedback>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user