mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-01 19:01:46 +00:00
parent
fbbf9dede8
commit
d8ddb142a9
@ -252,8 +252,8 @@ public class ConversationItem extends LinearLayout
|
|||||||
|
|
||||||
if (needsMeasure) {
|
if (needsMeasure) {
|
||||||
if (measureCalls < MAX_MEASURE_CALLS) {
|
if (measureCalls < MAX_MEASURE_CALLS) {
|
||||||
measure(widthMeasureSpec, heightMeasureSpec);
|
|
||||||
measureCalls++;
|
measureCalls++;
|
||||||
|
measure(widthMeasureSpec, heightMeasureSpec);
|
||||||
} else {
|
} else {
|
||||||
Log.w(TAG, "Hit measure() cap of " + MAX_MEASURE_CALLS);
|
Log.w(TAG, "Hit measure() cap of " + MAX_MEASURE_CALLS);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user