This commit is contained in:
Clément Le Bihan
2023-11-17 11:30:54 +01:00
parent 1f25521900
commit 9d6beb74c0
2 changed files with 10 additions and 10 deletions

View File

@@ -143,15 +143,15 @@ const PartitionMagic = ({ songID, onEndReached, onError, onReady }: ParitionMagi
}}
>
{!isLoading && !isError && (
<ImageBackground
source={{ uri: getSVGURL(songID) }}
onLoad={onReady}
style={{
aspectRatio: partitionDims[0] / partitionDims[1],
height: '100%',
position: 'relative',
}}
/>
<ImageBackground
source={{ uri: getSVGURL(songID) }}
onLoad={onReady}
style={{
aspectRatio: partitionDims[0] / partitionDims[1],
height: '100%',
position: 'relative',
}}
/>
)}
</Animated.View>
<Animated.View