Skip to content

Commit

Permalink
Fixes #2333 - Allow copying user display names on the room member det…
Browse files Browse the repository at this point in the history
…ails screen
  • Loading branch information
stefanceriu committed Jan 15, 2024
1 parent 6602eac commit b820687
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 @@ -43,6 +43,7 @@ struct AvatarHeaderView<Footer: View>: View {
.foregroundColor(.compound.textPrimary)
.font(.compound.headingLGBold)
.multilineTextAlignment(.center)
.textSelection(.enabled)

if let subtitle {
Text(subtitle)
Expand Down
1 change: 1 addition & 0 deletions changelog.d/2333.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow copying user display names on the room member details screen

0 comments on commit b820687

Please sign in to comment.