Preserve explicit consumed state in replaceSystemWindowInsets DO NOT MERGE

BUG: 18130296
Change-Id: Iaee21a45e8e84c6bf8d99b04382e43ec12606ce6
This commit is contained in:
Mark Renouf
2014-10-30 16:40:27 -04:00
parent aec7c974eb
commit e69bebd5aa

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