Skip to content

Commit

Permalink
Fix: Long replies overlay the replied message (#1832) (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimau authored Nov 21, 2023
1 parent 7b812a4 commit 7f65dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ struct MessageComposer: View {
Color.clear
.overlay(alignment: .top) {
composerView
.clipped()
.readFrame($composerFrame)
}
.frame(minHeight: ComposerConstant.minHeight, maxHeight: max(composerHeight, composerFrame.height),
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1832.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Long replies no longer overlay the replied message.

0 comments on commit 7f65dfe

Please sign in to comment.