commit | 684476f9a4fb374d026f17487cbf51c391223cb0 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Wed Jun 27 14:37:48 2012 -0700 |
committer | Winson Chung <winsonc@google.com> | Wed Jun 27 14:38:10 2012 -0700 |
tree | c79daf1ad1f23ccb40c6a6e271b89aca1aa12ff0 | |
parent | 7e4e4ba494e50d918a1573b2fa601c561037deae [diff] |
Disallowing touches through the custom workspace cling. (Bug 6721250) Change-Id: I0d932716f2095036ee0205f6bd0d28c6b832a9be
diff --git a/src/com/android/launcher2/Cling.java b/src/com/android/launcher2/Cling.java index c83ee2f..646c54e 100644 --- a/src/com/android/launcher2/Cling.java +++ b/src/com/android/launcher2/Cling.java
@@ -194,9 +194,6 @@ return false; } } - } else if (mDrawIdentifier.equals(WORKSPACE_CUSTOM)) { - // Let all touch events fall through - return false; } return true; };