summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewWidget.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-05-17 12:24:40 -0700
committerAdam Cohen <adamcohen@google.com>2012-05-17 12:24:40 -0700
commit263301a391c5eaa7a1f651d79c79c863c60e496a (patch)
treec7d59a5f2a82b48539a49dbf0ffde9bc706b7119 /src/com/android/launcher2/PagedViewWidget.java
parent90340cf67aa413112eb1a697e301894a7e1a8a2a (diff)
downloadandroid_packages_apps_Trebuchet-263301a391c5eaa7a1f651d79c79c863c60e496a.tar.gz
android_packages_apps_Trebuchet-263301a391c5eaa7a1f651d79c79c863c60e496a.tar.bz2
android_packages_apps_Trebuchet-263301a391c5eaa7a1f651d79c79c863c60e496a.zip
Removing logging related to and fixing (issue 6238330)
Change-Id: I7ed89840d90fd13cbfedc795e789706b32f76b5d
Diffstat (limited to 'src/com/android/launcher2/PagedViewWidget.java')
-rw-r--r--src/com/android/launcher2/PagedViewWidget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/PagedViewWidget.java b/src/com/android/launcher2/PagedViewWidget.java
index a6ea78f46..e89414254 100644
--- a/src/com/android/launcher2/PagedViewWidget.java
+++ b/src/com/android/launcher2/PagedViewWidget.java
@@ -144,8 +144,8 @@ public class PagedViewWidget extends LinearLayout {
if (sShortpressTarget != null) return;
if (mShortPressListener != null) {
mShortPressListener.onShortPress(PagedViewWidget.this);
+ sShortpressTarget = PagedViewWidget.this;
}
- sShortpressTarget = PagedViewWidget.this;
mShortPressTriggered = true;
}
}