mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 846751 - Remove unnecessary log call in TwoWayView (r=mfinkle)
This commit is contained in:
parent
3f4feeb7b3
commit
91b209197f
@ -1865,7 +1865,7 @@ public class TwoWayView extends AdapterView<ListAdapter> implements
|
||||
for (int i = 0; i < childCount; i++) {
|
||||
final View child = getChildAt(i);
|
||||
final int childEnd = (mIsVertical ? child.getBottom() : child.getRight());
|
||||
Log.d(LOGTAG, " - childEnd: " + childEnd + " >= " + childrenStart);
|
||||
|
||||
if (childEnd >= childrenStart) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user