Fix: Long replies overlay the replied message (#1832) (#2131)

This commit is contained in:
Nicolas Mauri 2023-11-21 14:50:15 +01:00 committed by GitHub
parent 7b812a45c3
commit 7f65dfee60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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),

1
changelog.d/1832.bugfix Normal file
View File

@ -0,0 +1 @@
Long replies no longer overlay the replied message.