Rename parameter since it can reference a userId or a roomId

This commit is contained in:
Benoit Marty 2024-05-15 09:25:59 +02:00
parent cf0da56bb8
commit 4b720f90b7
3 changed files with 4 additions and 4 deletions

View file

@ -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,