mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-16 13:43:07 +00:00
@@ -102,7 +102,7 @@ public class ConversationListItem extends RelativeLayout
|
||||
}
|
||||
|
||||
setBatchState(batchMode);
|
||||
this.contactPhotoImage.setAvatar(recipients.getPrimaryRecipient(), true);
|
||||
this.contactPhotoImage.setAvatar(recipients, true);
|
||||
}
|
||||
|
||||
public void unbind() {
|
||||
@@ -132,7 +132,7 @@ public class ConversationListItem extends RelativeLayout
|
||||
@Override
|
||||
public void run() {
|
||||
fromView.setText(recipients, read);
|
||||
contactPhotoImage.setAvatar(recipients.getPrimaryRecipient(), true);
|
||||
contactPhotoImage.setAvatar(recipients, true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user