parent
fbbf9dede8
commit
d8ddb142a9
1 changed files with 1 additions and 1 deletions
|
@ -252,8 +252,8 @@ public class ConversationItem extends LinearLayout
|
|||
|
||||
if (needsMeasure) {
|
||||
if (measureCalls < MAX_MEASURE_CALLS) {
|
||||
measure(widthMeasureSpec, heightMeasureSpec);
|
||||
measureCalls++;
|
||||
measure(widthMeasureSpec, heightMeasureSpec);
|
||||
} else {
|
||||
Log.w(TAG, "Hit measure() cap of " + MAX_MEASURE_CALLS);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue