mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
Revert "fix: middlecontrols blocking back button"
This reverts commit 38419aa385
.
This commit is contained in:
@@ -18,7 +18,7 @@ interface HeaderProps {
|
||||
|
||||
export const Header = ({ data }: HeaderProps) => {
|
||||
return (
|
||||
<Controls className="absolute top-0 z-10 flex w-full flex-row items-center justify-between px-6 pt-6">
|
||||
<Controls className="absolute top-0 flex w-full flex-row items-center justify-between px-6 pt-6">
|
||||
<BackButton className="w-36" />
|
||||
<Text className="font-bold">
|
||||
{data.season && data.episode
|
||||
|
@@ -15,7 +15,7 @@ export const MiddleControls = () => {
|
||||
|
||||
return (
|
||||
<TouchableWithoutFeedback onPress={handleTouch}>
|
||||
<View className="h-half absolute bottom-0 flex w-full flex-1 flex-row items-center justify-center gap-24">
|
||||
<View className="absolute flex h-full w-full flex-1 flex-row items-center justify-center gap-24">
|
||||
<Controls>
|
||||
<SeekButton type="backward" />
|
||||
</Controls>
|
||||
|
Reference in New Issue
Block a user