Merge "Preserve explicit consumed state in replaceSystemWindowInsets DO NOT MERGE" into klp-modular-dev
This commit is contained in:
@@ -340,7 +340,6 @@ public final class WindowInsets {
|
|||||||
int right, int bottom) {
|
int right, int bottom) {
|
||||||
final WindowInsets result = new WindowInsets(this);
|
final WindowInsets result = new WindowInsets(this);
|
||||||
result.mSystemWindowInsets = new Rect(left, top, right, bottom);
|
result.mSystemWindowInsets = new Rect(left, top, right, bottom);
|
||||||
result.mSystemWindowInsetsConsumed = !hasSystemWindowInsets();
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user