Skip to content

Commit

Permalink
fix: iOS - Profile - Missing circle at the center of avatar preview w…
Browse files Browse the repository at this point in the history
…hen uploading new avatar.

Signed-off-by: Krishna Gupta <[email protected]>
  • Loading branch information
Krishna2323 committed Apr 25, 2024
1 parent b386889 commit 84fbb80
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 84fbb80

Please sign in to comment.