diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/profile/IndividualMoment.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/profile/IndividualMoment.tsx b/src/screens/profile/IndividualMoment.tsx index 7d231312..c65d41e7 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} /> )} + scrollEnabled={!keyboardVisible} keyExtractor={(item, _) => item.moment_id} showsVerticalScrollIndicator={false} initialScrollIndex={initialIndex} |