Skip to content

Commit

Permalink
adjust composer expanded height
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Jul 11, 2024
1 parent 67e4d16 commit 0cd5685
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 @@ -679,7 +679,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 @@ -2080,7 +2080,8 @@ const styles = (theme: ThemeColors) =>
},

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

chatItemDraft: {
Expand Down

0 comments on commit 0cd5685

Please sign in to comment.