diff --git a/src/components/Global/components/image.tsx b/src/components/Global/components/image.tsx
index 7361f087..c5ea06aa 100644
--- a/src/components/Global/components/image.tsx
+++ b/src/components/Global/components/image.tsx
@@ -78,13 +78,14 @@ interface ItemBlurhashProps {
testID?: string | undefined
}
-const AnimatedBlurhash = Animated.createAnimatedComponent(Blurhash)
-
const Styles = StyleSheet.create({
blurhash: {
width: '100%',
height: '100%',
},
+ blurhashInner: {
+ ...StyleSheet.absoluteFillObject,
+ },
})
const ItemBlurhash = memo(
@@ -92,13 +93,9 @@ const ItemBlurhash = memo(
const blurhash = getBlurhashFromDto(item, type)
return (
-
+
+
+
)
},
(prevProps: ItemBlurhashProps, nextProps: ItemBlurhashProps) =>
diff --git a/src/components/Player/mini-player.tsx b/src/components/Player/mini-player.tsx
index 0d3d65fd..7d6ce23a 100644
--- a/src/components/Player/mini-player.tsx
+++ b/src/components/Player/mini-player.tsx
@@ -80,6 +80,7 @@ export const Miniplayer = React.memo(function Miniplayer(): React.JSX.Element {
return (