From 5d3f773a2a6ea1632101c0445a956b9be135b626 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Feb 2023 00:06:33 +0100 Subject: [PATCH] Faster image loading transition --- src/components/Emojis/List.tsx | 2 +- src/components/GracefullyImage.tsx | 8 ++++---- src/screens/Compose/Root/Footer/Attachments.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Emojis/List.tsx b/src/components/Emojis/List.tsx index 455a1044..56418778 100644 --- a/src/components/Emojis/List.tsx +++ b/src/components/Emojis/List.tsx @@ -131,7 +131,7 @@ const EmojisList = () => { > {uri.preview && !imageLoaded ? ( ) : null} { setImageLoaded(true) diff --git a/src/screens/Compose/Root/Footer/Attachments.tsx b/src/screens/Compose/Root/Footer/Attachments.tsx index 7743ce1d..b4496616 100644 --- a/src/screens/Compose/Root/Footer/Attachments.tsx +++ b/src/screens/Compose/Root/Footer/Attachments.tsx @@ -106,7 +106,7 @@ const ComposeAttachments: React.FC = ({ accessibleRefAttachments }) => { >