Merge "Disallowing touches through the custom workspace cling. (Bug 6721250)" into jb-dev
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;
     };