Merge "Preserve explicit consumed state in replaceSystemWindowInsets DO NOT MERGE" into klp-modular-dev

This commit is contained in:
Mark Renouf
2014-10-30 22:27:03 +00:00
committed by Android (Google) Code Review

View File

@@ -340,7 +340,6 @@ public final class WindowInsets {
int right, int bottom) {
final WindowInsets result = new WindowInsets(this);
result.mSystemWindowInsets = new Rect(left, top, right, bottom);
result.mSystemWindowInsetsConsumed = !hasSystemWindowInsets();
return result;
}