fix: middlecontrols blocking back button

This commit is contained in:
Adrian Castro
2024-02-13 12:18:54 +01:00
parent e5dc36cd6d
commit 38419aa385
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export const MiddleControls = () => {
return (
<TouchableWithoutFeedback onPress={handleTouch}>
<View className="absolute flex h-full w-full flex-1 flex-row items-center justify-center gap-24">
<View className="h-half absolute bottom-0 flex w-full flex-1 flex-row items-center justify-center gap-24">
<Controls>
<SeekButton type="backward" />
</Controls>