Fixes #2333 - Allow copying user display names on the room member details screen
This commit is contained in:
@@ -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
1
changelog.d/2333.feature
Normal file
@@ -0,0 +1 @@
|
||||
Allow copying user display names on the room member details screen
|
||||
Reference in New Issue
Block a user