Skip to content

Commit

Permalink
Merge pull request #43483 from Expensify/cmartins-enableKeyboardAvoid…
Browse files Browse the repository at this point in the history
…ingView

[CP Staging] Fix composer is hidden behind keyboard when composer in transaction thread is focused
  • Loading branch information
luacmartins committed Jun 11, 2024
2 parents 1cf57b6 + 6b69373 commit 2907a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/ReportScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ function ReportScreen({
<ScreenWrapper
navigation={navigation}
style={screenWrapperStyle}
shouldEnableKeyboardAvoidingView={isTopMostReportId}
shouldEnableKeyboardAvoidingView={isTopMostReportId || isReportOpenInRHP}
testID={ReportScreen.displayName}
>
<FullPageNotFoundView
Expand Down

0 comments on commit 2907a4e

Please sign in to comment.