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)
This commit is contained in:
Winson Chung
2012-06-27 14:50:46 -07:00
committed by Android Git Automerger

View File

@@ -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;
};