Skip to content

Commit 63bf8a9

Browse files
luacmartinsOSBotify
authored andcommitted
Merge pull request #43483 from Expensify/cmartins-enableKeyboardAvoidingView
[CP Staging] Fix composer is hidden behind keyboard when composer in transaction thread is focused (cherry picked from commit 2907a4e)
1 parent 7bc1d84 commit 63bf8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/ReportScreen.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ function ReportScreen({
663663
<ScreenWrapper
664664
navigation={navigation}
665665
style={screenWrapperStyle}
666-
shouldEnableKeyboardAvoidingView={isTopMostReportId}
666+
shouldEnableKeyboardAvoidingView={isTopMostReportId || isReportOpenInRHP}
667667
testID={ReportScreen.displayName}
668668
>
669669
<FullPageNotFoundView

0 commit comments

Comments
 (0)