We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cffc8 commit 9740b80Copy full SHA for 9740b80
1 file changed
src/pages/inbox/report/ReportFooter.tsx
@@ -96,7 +96,7 @@ function ReportFooter() {
96
return (
97
<View style={[chatFooterStyles, isComposerFullSize && styles.chatFooterFullCompose]}>
98
{shouldShowEnableNotificationsBanner && <EnableNotificationsBanner />}
99
- <View style={shouldShowEnableNotificationsBanner ? composerOverlapStyle : undefined}>
+ <View style={[shouldShowEnableNotificationsBanner ? composerOverlapStyle : undefined, styles.flex1]}>
100
<SwipeableView onSwipeDown={Keyboard.dismiss}>
101
<ReportActionCompose reportID={reportIDFromRoute} />
102
</SwipeableView>
0 commit comments