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