commit | 6a678da1d8cfc7f72ff30f3d27720352d4e466e6 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Tue Sep 24 10:58:01 2013 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Tue Sep 24 10:58:07 2013 -0700 |
tree | 12ca6f3554b6fb3acdfc2255eccdc5e170bb4c18 | |
parent | af9b0e51aac239457fbd038f7cb2088265054e42 [diff] [blame] |
Fix typo Change-Id: I5eddb365da8d974bb96115b7bd3ad9527ec0d39d
diff --git a/src/com/android/launcher3/PagedView.java b/src/com/android/launcher3/PagedView.java index 6ccd32f..1ae2943 100644 --- a/src/com/android/launcher3/PagedView.java +++ b/src/com/android/launcher3/PagedView.java
@@ -1075,7 +1075,7 @@ } } - mTmpIntPoint[0] = currPage.getMeasuredWidth();; + mTmpIntPoint[0] = currPage.getMeasuredWidth(); Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false); if (mTmpIntPoint[0] < 0) { if (range[0] == -1) {