From 6a678da1d8cfc7f72ff30f3d27720352d4e466e6 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 24 Sep 2013 10:58:01 -0700 Subject: [PATCH] Fix typo Change-Id: I5eddb365da8d974bb96115b7bd3ad9527ec0d39d --- src/com/android/launcher3/PagedView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0