mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
fix layout for selector buttons
This commit is contained in:
@@ -205,7 +205,7 @@ export const VideoPlayer = () => {
|
|||||||
]}
|
]}
|
||||||
onTouchStart={() => setIsIdle(!isIdle)}
|
onTouchStart={() => setIsIdle(!isIdle)}
|
||||||
/>
|
/>
|
||||||
<View className="flex-1 items-center justify-center">
|
<View className="h-full w-full flex-1 items-center justify-center">
|
||||||
{isLoading && (
|
{isLoading && (
|
||||||
<ActivityIndicator
|
<ActivityIndicator
|
||||||
size="large"
|
size="large"
|
||||||
|
Reference in New Issue
Block a user