chore: adjust controls for local playback

This commit is contained in:
Adrian Castro
2024-03-26 21:25:42 +01:00
parent b9f83c3f4f
commit ebfd35c4bb
2 changed files with 13 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ export const ControlsOverlay = ({
>
<Header />
{!isLoading && <MiddleControls />}
{!isLocalAsset && <BottomControls />}
<BottomControls isLocalAsset={isLocalAsset} />
</View>
);
};