Skip to content

Commit 7a42c6a

Browse files
authored
Merge pull request Expensify#60550 from samranahm/60316-save-button-overlaps
2 parents b8b86db + ab26fec commit 7a42c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AvatarCropModal/AvatarCropModal.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ function AvatarCropModal({imageUri = '', imageName = '', imageType = '', onClose
356356
style={[styles.pb0]}
357357
includePaddingTop={false}
358358
includeSafeAreaPaddingBottom={false}
359+
shouldEnableKeyboardAvoidingView={false}
359360
testID={AvatarCropModal.displayName}
360361
>
361362
{shouldUseNarrowLayout && <HeaderGap />}

0 commit comments

Comments
 (0)