Skip to content

Commit

Permalink
Animate gif as default until MM-22242 is implemented (#8339) (#8341)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e032a7)

Co-authored-by: Elias Nahum <[email protected]>
  • Loading branch information
mattermost-build and enahum authored Nov 13, 2024
1 parent a408240 commit 2554cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/progressive_image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const ProgressiveImage = ({
transition={300}
style={[StyleSheet.absoluteFill, imageStyle]}
source={(showImage) ? {uri: imageUri} : undefined}
autoplay={false}
autoplay={true}
/>
</Animated.View>
);
Expand Down

0 comments on commit 2554cd5

Please sign in to comment.