From 8a1f814363ae82cd63510f99abea3b1da0c40343 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 31 Jul 2025 15:21:38 +0200 Subject: [PATCH] don't play gifs that'll be png'd --- src/view/com/composer/photos/Gallery.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/view/com/composer/photos/Gallery.tsx b/src/view/com/composer/photos/Gallery.tsx index c44461b60d..bec7e031ab 100644 --- a/src/view/com/composer/photos/Gallery.tsx +++ b/src/view/com/composer/photos/Gallery.tsx @@ -227,6 +227,8 @@ const GalleryItem = ({ }} accessible={true} accessibilityIgnoresInvertColors + cachePolicy="none" + autoplay={false} />