aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Cover.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/profile/Cover.tsx')
-rw-r--r--src/components/profile/Cover.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Cover.tsx b/src/components/profile/Cover.tsx
index 2b6268a6..8137188b 100644
--- a/src/components/profile/Cover.tsx
+++ b/src/components/profile/Cover.tsx
@@ -88,7 +88,7 @@ const Cover: React.FC<CoverProps> = ({userXId, screenType}) => {
<TouchableOpacity
accessible={true}
accessibilityLabel="ADD HEADER PICTURE"
- onPress={() => handleNewImage()}>
+ onPressIn={() => handleNewImage()}>
<GreyPurplePlus style={styles.plus} />
<Text style={styles.text}>Add Picture</Text>
</TouchableOpacity>