Skip to content

Commit

Permalink
Merge pull request #36931 from Amarparab2024/patch-3
Browse files Browse the repository at this point in the history
[Re-fix]: "Invite a friend" banner do not move up when input field is focused in search page
  • Loading branch information
stitesExpensify authored Feb 21, 2024
2 parents 04737ae + 5ad20f3 commit df70349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SearchPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ function SearchPage({betas, reports, isSearchingForReports}) {
includeSafeAreaPaddingBottom={false}
testID={SearchPage.displayName}
onEntryTransitionEnd={handleScreenTransitionEnd}
shouldEnableMaxHeight
>
{({didScreenTransitionEnd, safeAreaPaddingBottomStyle}) => (
<>
Expand Down

0 comments on commit df70349

Please sign in to comment.