Fixed contact photos not showing

pull/147/head
M66B 6 years ago
parent 4fcea7af71
commit edbcaeb180

@ -510,7 +510,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
protected void onExecuted(Bundle args, ContactInfo info) {
long id = args.getLong("id");
TupleMessageEx amessage = getMessage();
if (amessage == null || !amessage.equals(id))
if (amessage == null || !amessage.id.equals(id))
return;
showContactInfo(info, message);

Loading…
Cancel
Save