Rename parameter since it can reference a userId or a roomId
This commit is contained in:
parent
cf0da56bb8
commit
4b720f90b7
3 changed files with 4 additions and 4 deletions
|
|
@ -114,7 +114,7 @@ fun EditUserProfileView(
|
|||
) {
|
||||
Spacer(modifier = Modifier.height(24.dp))
|
||||
EditableAvatarView(
|
||||
userId = state.userId?.value,
|
||||
matrixId = state.userId?.value,
|
||||
displayName = state.displayName,
|
||||
avatarUrl = state.userAvatarUrl,
|
||||
avatarSize = AvatarSize.RoomHeader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue