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

This commit is contained in:
Winson Chung
2012-06-27 14:48:04 -07:00
committed by Android (Google) Code Review

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