Fixes #2333 - Allow copying user display names on the room member details screen

This commit is contained in:
Stefan Ceriu
2024-01-15 09:28:11 +02:00
parent db3e831f5f
commit 64b694b565
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ struct AvatarHeaderView<Footer: View>: View {
.foregroundColor(.compound.textPrimary)
.font(.compound.headingLGBold)
.multilineTextAlignment(.center)
.textSelection(.enabled)
if let subtitle {
Text(subtitle)

1
changelog.d/2333.feature Normal file
View File

@@ -0,0 +1 @@
Allow copying user display names on the room member details screen