Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91cefcd7 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

One more EXACTLY

I269175d9dea97baa86bcb1badc9e6294dcb7883b has missing part

Note: we have another AT_MOST below the line, but it has very
different history so we shouldn't change that right now.

Bug: 5506837
Change-Id: I238ecd0d1e9fb265e3f3d0c282a15613192355af
parent 4642a18c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ public class ContactListItemView extends ViewGroup
            } else {
                statusWidth = effectiveWidth;
            }
            mStatusView.measure(MeasureSpec.makeMeasureSpec(statusWidth, MeasureSpec.AT_MOST),
            mStatusView.measure(MeasureSpec.makeMeasureSpec(statusWidth, MeasureSpec.EXACTLY),
                    MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED));
            mStatusTextViewHeight =
                    Math.max(mStatusTextViewHeight, mStatusView.getMeasuredHeight());