Skip to content

Commit

Permalink
Update ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.…
Browse files Browse the repository at this point in the history
…swift

Co-authored-by: Doug <[email protected]>
  • Loading branch information
nimau and pixlwave authored Oct 25, 2023
1 parent a508606 commit 73aabd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ struct ComposerToolbar: View {
.padding(.leading, 3)
} else if context.viewState.enableVoiceMessageComposer {
voiceMessageRecordingButton
.background(
.background {
ViewFrameReader(frame: $voiceMessageRecordingButtonFrame, coordinateSpace: .global)
)
}
.padding(.leading, 4)
}
}
Expand Down

0 comments on commit 73aabd1

Please sign in to comment.