Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e69bebd5 authored by Mark Renouf's avatar Mark Renouf
Browse files

Preserve explicit consumed state in replaceSystemWindowInsets DO NOT MERGE

BUG: 18130296
Change-Id: Iaee21a45e8e84c6bf8d99b04382e43ec12606ce6
parent aec7c974
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
    }