fix layout for selector buttons

This commit is contained in:
Jorrin
2024-02-20 21:53:26 +01:00
parent 5b465f81f7
commit 5e0ca0f43d

View File

@@ -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"