Small improvement

This commit is contained in:
M66B 2024-05-28 08:53:00 +02:00
parent eeb1a3293b
commit 6abf3a5748
1 changed files with 1 additions and 1 deletions

View File

@ -1975,7 +1975,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
if (lparams.width != px || lparams.height != px) { if (lparams.width != px || lparams.height != px) {
lparams.width = px; lparams.width = px;
lparams.height = px; lparams.height = px;
ibAvatar.requestLayout(); ibAvatar.setLayoutParams(lparams);
} }
} }
} }