Skip to content

Commit

Permalink
Merge pull request #45250 from margelo/perunt/full-screen-composer
Browse files Browse the repository at this point in the history
Full screen for composer
  • Loading branch information
techievivek authored Jul 17, 2024
2 parents 24d05ad + 81b55b3 commit 1716b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ function ReportActionsList({
isActive={(isFloatingMessageCounterVisible && !!currentUnreadMarker) || canScrollToNewerComments}
onClick={scrollToBottomAndMarkReportAsRead}
/>
<Animated.View style={[animatedStyles, styles.flex1, !shouldShowReportRecipientLocalTime && !hideComposer ? styles.pb4 : {}]}>
<Animated.View style={[animatedStyles, !shouldShowReportRecipientLocalTime && !hideComposer ? styles.pb4 : {}]}>
<InvertedFlatList
accessibilityLabel={translate('sidebarScreen.listOfChatMessages')}
ref={reportScrollManager.ref}
Expand Down
3 changes: 2 additions & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,8 @@ const styles = (theme: ThemeColors) =>
},

chatFooterFullCompose: {
flex: 1,
height: '100%',
paddingTop: 20,
},

chatItemDraft: {
Expand Down

0 comments on commit 1716b81

Please sign in to comment.