Use .value instead of .toString().
This commit is contained in:
parent
1fe2eceb9a
commit
d06c9de08c
5 changed files with 6 additions and 6 deletions
|
|
@ -242,7 +242,7 @@ private fun RoomMemberActionsBottomSheet(
|
|||
)
|
||||
}
|
||||
Text(
|
||||
text = user.userId.toString(),
|
||||
text = user.userId.value,
|
||||
style = ElementTheme.typography.fontBodyLgRegular,
|
||||
color = ElementTheme.colors.textSecondary,
|
||||
maxLines = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue