Merge "PopupWindow: Be more careful with FLAG_LAYOUT_NO_LIMITS" into nyc-dev

This commit is contained in:
Rob Carr
2016-05-11 16:44:15 +00:00
committed by Android (Google) Code Review

View File

@@ -827,7 +827,6 @@ public class PopupWindow {
*/
public void setClipToScreenEnabled(boolean enabled) {
mClipToScreen = enabled;
setClippingEnabled(!enabled);
}
/**