mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-18 14:42:16 +03:00
refactor code - remove comments
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
3216318ccd
commit
1d9f6e0e41
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue