From: Adam Cohen Date: Tue, 24 Sep 2013 17:58:01 +0000 (-0700) Subject: Fix typo X-Git-Tag: android-x86-6.0-r1~904^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6a678da1d8cfc7f72ff30f3d27720352d4e466e6;p=android-x86%2Fpackages-apps-Launcher3.git Fix typo Change-Id: I5eddb365da8d974bb96115b7bd3ad9527ec0d39d --- diff --git a/src/com/android/launcher3/PagedView.java b/src/com/android/launcher3/PagedView.java index 6ccd32f6c..1ae2943f6 100644 --- a/src/com/android/launcher3/PagedView.java +++ b/src/com/android/launcher3/PagedView.java @@ -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) {