Skip to content

Commit

Permalink
refactor code - remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch authored and mahibi committed Dec 3, 2024
1 parent f86e146 commit d48ec4b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit d48ec4b

Please sign in to comment.