mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 05:55:57 +00:00
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user