Skip to content

Commit

Permalink
fix keyboard/composer
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jun 11, 2024
1 parent 1470f6e commit 6b69373
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 6b69373

Please sign in to comment.