From 684476f9a4fb374d026f17487cbf51c391223cb0 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 27 Jun 2012 14:37:48 -0700 Subject: Disallowing touches through the custom workspace cling. (Bug 6721250) Change-Id: I0d932716f2095036ee0205f6bd0d28c6b832a9be --- src/com/android/launcher2/Cling.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/com/android/launcher2/Cling.java b/src/com/android/launcher2/Cling.java index c83ee2fde..646c54e90 100644 --- a/src/com/android/launcher2/Cling.java +++ b/src/com/android/launcher2/Cling.java @@ -194,9 +194,6 @@ public class Cling extends FrameLayout { return false; } } - } else if (mDrawIdentifier.equals(WORKSPACE_CUSTOM)) { - // Let all touch events fall through - return false; } return true; }; -- cgit v1.2.3