Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
This commit is contained in:
commit
933905767c
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,9 @@ public class ConversationAdapter extends ArrayAdapter<Conversation> {
|
|||
|
||||
mTimestamp.setText(UIHelper.readableTimeDifference(activity, message.getTimeSent()));
|
||||
ImageView profilePicture = (ImageView) view.findViewById(R.id.conversation_image);
|
||||
profilePicture.setOnLongClickListener(new ShowResourcesListDialogListener(activity, conversation.getContact()));
|
||||
if (conversation.getMode() == Conversation.MODE_SINGLE) {
|
||||
profilePicture.setOnLongClickListener(new ShowResourcesListDialogListener(activity, conversation.getContact()));
|
||||
}
|
||||
loadAvatar(conversation, profilePicture);
|
||||
|
||||
return view;
|
||||
|
|
Loading…
Reference in a new issue