refactor code - remove comments

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-11-27 18:48:01 +01:00 committed by Marcel Hibbe
parent 3216318ccd
commit 1d9f6e0e41
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B

View file

@ -55,14 +55,12 @@ class OpenConversationsAdapter(
itemBinding.descriptionText.text = conversation.description itemBinding.descriptionText.text = conversation.description
} }
// load avatar from server when https://github.com/nextcloud/spreed/issues/9600 is solved
itemBinding.avatarView.loadConversationAvatar( itemBinding.avatarView.loadConversationAvatar(
user, user,
currentConversationModel, currentConversationModel,
false, false,
viewThemeUtils viewThemeUtils
) )
// itemBinding.avatarView.loadUserAvatar(R.drawable.ic_circular_group)
} }
} }