diff options
Diffstat (limited to 'src/components/profile/TaggAvatar.tsx')
-rw-r--r-- | src/components/profile/TaggAvatar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 8ccae2ef..daaf19eb 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -88,7 +88,7 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ <TouchableOpacity accessible={true} accessibilityLabel="ADD PROFILE PICTURE" - onPress={() => handleNewImage()}> + onPressIn={() => handleNewImage()}> <PurplePlus style={styles.plus} /> </TouchableOpacity> )} |