This commit is contained in:
M66B 2019-10-01 19:11:53 +02:00
parent 555e8647ab
commit 8318b79c35
1 changed files with 0 additions and 2 deletions

View File

@ -652,8 +652,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
int px = Math.round(TypedValue.applyDimension(
TypedValue.COMPLEX_UNIT_PX, textSize * (compact ? 2.0f : 3.0f),
context.getResources().getDisplayMetrics()));
if (compact && tvFrom.getMinHeight() != px)
tvFrom.setMinimumHeight(px);
ViewGroup.LayoutParams lparams = ivAvatar.getLayoutParams();
if (lparams.height != px) {