aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-12 18:19:19 -0400
committerGitHub <noreply@github.com>2021-07-12 18:19:19 -0400
commit68f05afdf2d4ca29df60761c3d8f8ee445c1804d (patch)
tree5167be318418bdbcd6bede91e0e303f26e5ec0e4 /src/screens
parent1b2dbdefd7f0f188c3aae9f3fb862a690c123468 (diff)
parentc179f04f13dfcde88e22097680d951c449ffcb38 (diff)
Merge pull request #500 from shravyaramesh/hotfix-doubletap-add-comment
[HOTFIX] Two taps are required to post a comment
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/profile/IndividualMoment.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/profile/IndividualMoment.tsx b/src/screens/profile/IndividualMoment.tsx
index c65d41e7..1b0c7c2b 100644
--- a/src/screens/profile/IndividualMoment.tsx
+++ b/src/screens/profile/IndividualMoment.tsx
@@ -92,6 +92,7 @@ const IndividualMoment: React.FC<IndividualMomentProps> = ({route}) => {
screenType={screenType}
/>
)}
+ keyboardShouldPersistTaps={'handled'}
scrollEnabled={!keyboardVisible}
keyExtractor={(item, _) => item.moment_id}
showsVerticalScrollIndicator={false}