am 487241fd: am e76e36f4: Merge "Disallowing touches through the custom workspace cling. (Bug 6721250)" into jb-dev

* commit '487241fdd71c098695dba07534316d015de08734':
  Disallowing touches through the custom workspace cling. (Bug 6721250)
diff --git a/src/com/android/launcher2/Cling.java b/src/com/android/launcher2/Cling.java
index 33cb26f..971d9ff 100644
--- a/src/com/android/launcher2/Cling.java
+++ b/src/com/android/launcher2/Cling.java
@@ -187,9 +187,6 @@
                     return false;
                 }
             }
-        } else if (mDrawIdentifier.equals(WORKSPACE_CUSTOM)) {
-            // Let all touch events fall through
-            return false;
         }
         return true;
     };