Message / Sticker: Fix reduced animation quality
This commit is contained in:
parent
97c20eab4b
commit
4b7667ec39
@ -132,7 +132,7 @@ const StickerView: FC<OwnProps> = ({
|
|||||||
color={customColor}
|
color={customColor}
|
||||||
noLoop={!shouldLoop}
|
noLoop={!shouldLoop}
|
||||||
forceOnHeavyAnimation={forceOnHeavyAnimation}
|
forceOnHeavyAnimation={forceOnHeavyAnimation}
|
||||||
isLowPriority={!selectIsAlwaysHighPriorityEmoji(getGlobal(), stickerSetInfo)}
|
isLowPriority={isSmall && !selectIsAlwaysHighPriorityEmoji(getGlobal(), stickerSetInfo)}
|
||||||
onLoad={markPlayerReady}
|
onLoad={markPlayerReady}
|
||||||
onLoop={onAnimatedStickerLoop}
|
onLoop={onAnimatedStickerLoop}
|
||||||
onEnded={onAnimatedStickerLoop}
|
onEnded={onAnimatedStickerLoop}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user