Fixed contact photos not showing

This commit is contained in:
M66B
2019-02-01 11:01:02 +00:00
parent 4fcea7af71
commit edbcaeb180

View File

@@ -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);