From b02db6c3a0dc993fdb994457bd30adffcc0366cb Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Fri, 26 Jul 2024 21:08:38 +0300 Subject: [PATCH] fix: Stop slow drawing of seperator icons on scroll --- native/app/inventory/cells/DestinyCell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/app/inventory/cells/DestinyCell.tsx b/native/app/inventory/cells/DestinyCell.tsx index 94f6dc49e..5555e8be4 100644 --- a/native/app/inventory/cells/DestinyCell.tsx +++ b/native/app/inventory/cells/DestinyCell.tsx @@ -51,7 +51,7 @@ export default function DestinyCell({ destinyItem }: Props) { colors={["#000000", "#1C1C1C", "#313131"]} style={styles.separatorInner} /> - + )}