Change-Id: I5eddb365da8d974bb96115b7bd3ad9527ec0d39d
This commit is contained in:
Adam Cohen
2013-09-24 10:58:01 -07:00
parent af9b0e51aa
commit 6a678da1d8

View File

@@ -1075,7 +1075,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
}
}
mTmpIntPoint[0] = currPage.getMeasuredWidth();;
mTmpIntPoint[0] = currPage.getMeasuredWidth();
Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false);
if (mTmpIntPoint[0] < 0) {
if (range[0] == -1) {