mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
refactor code - remove comments
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
3216318ccd
commit
1d9f6e0e41
@ -55,14 +55,12 @@ class OpenConversationsAdapter(
|
||||
itemBinding.descriptionText.text = conversation.description
|
||||
}
|
||||
|
||||
// load avatar from server when https://github.com/nextcloud/spreed/issues/9600 is solved
|
||||
itemBinding.avatarView.loadConversationAvatar(
|
||||
user,
|
||||
currentConversationModel,
|
||||
false,
|
||||
viewThemeUtils
|
||||
)
|
||||
// itemBinding.avatarView.loadUserAvatar(R.drawable.ic_circular_group)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user