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

* commit 'e76e36f420c4e0ff2198eeadc86a3b2acfa2479a':
  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 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;
     };