Skip to content

Commit

Permalink
Update ElementX/Sources/Screens/RoomScreen/View/Timeline/FormattedBod…
Browse files Browse the repository at this point in the history
…yText.swift

Co-authored-by: Alfonso Grillo <alfogrillo@gmail.com>
  • Loading branch information
Velin92 and alfogrillo committed Jun 9, 2023
1 parent 5c54b01 commit f65182a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct FormattedBodyText: View {
.generateBreakableWhitespaceEnd(whitespaceCount: additionalWhitespacesCount, layoutDirection: layoutDirection)
}

// This alllows to render the start and only the start of the string with the layout of the UI for the current user
// This allows to render the start and only the start of the string with the layout of the UI for the current user
private var layoutPrefix: AttributedString {
switch layoutDirection {
case .leftToRight:
Expand Down

0 comments on commit f65182a

Please sign in to comment.