From 86b20990e5e1cc931ca95fcc0b6baa1bdaecfd31 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 24 Jan 2022 05:35:45 +0100 Subject: [PATCH] [Perf] Emoji Interaction Animation: Adjust for Android --- src/components/middle/EmojiInteractionAnimation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/middle/EmojiInteractionAnimation.tsx b/src/components/middle/EmojiInteractionAnimation.tsx index ecf0a9922..b365335e3 100644 --- a/src/components/middle/EmojiInteractionAnimation.tsx +++ b/src/components/middle/EmojiInteractionAnimation.tsx @@ -101,7 +101,7 @@ const EmojiInteractionAnimation: FC = ({ size={EFFECT_SIZE} animationData={localEffectAnimationData || effectAnimationData} play={isPlaying} - isLowPriority={IS_ANDROID} + quality={IS_ANDROID ? 0.5 : undefined} forceOnHeavyAnimation noLoop onLoad={startPlaying}