Skip to content

Commit 9740b80

Browse files
committed
Enhance ReportFooter: Add flex styling to composer overlap view when notifications banner is shown
1 parent d4cffc8 commit 9740b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/inbox/report/ReportFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function ReportFooter() {
9696
return (
9797
<View style={[chatFooterStyles, isComposerFullSize && styles.chatFooterFullCompose]}>
9898
{shouldShowEnableNotificationsBanner && <EnableNotificationsBanner />}
99-
<View style={shouldShowEnableNotificationsBanner ? composerOverlapStyle : undefined}>
99+
<View style={[shouldShowEnableNotificationsBanner ? composerOverlapStyle : undefined, styles.flex1]}>
100100
<SwipeableView onSwipeDown={Keyboard.dismiss}>
101101
<ReportActionCompose reportID={reportIDFromRoute} />
102102
</SwipeableView>

0 commit comments

Comments
 (0)