Skip to content

Commit

Permalink
Merge pull request #40972 from Krishna2323/krishna2323/issue/40441
Browse files Browse the repository at this point in the history
fix: iOS - Profile - Missing circle at the center of avatar preview when uploading new avatar.
  • Loading branch information
Beamanator authored May 5, 2024
2 parents b0123ca + 69a558c commit ab1e924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AvatarCropModal/ImageCropView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ function ImageCropView({imageUri = '', containerSize = 0, panGesture = Gesture.P
// fill={theme.iconReversed}
width={containerSize}
height={containerSize}
key={containerSize}
/>
</View>
</Animated.View>
Expand Down

0 comments on commit ab1e924

Please sign in to comment.