mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
chore: adjust controls for local playback
This commit is contained in:
@@ -20,7 +20,7 @@ export const ControlsOverlay = ({
|
||||
>
|
||||
<Header />
|
||||
{!isLoading && <MiddleControls />}
|
||||
{!isLocalAsset && <BottomControls />}
|
||||
<BottomControls isLocalAsset={isLocalAsset} />
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user