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

Commit cd88abf0 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "Fix issue with not forwarding config. changes on the window size" into oc-dev am: e577a840

am: ba1f7613

Change-Id: I89a51d9aba879786b999d815c7617beb2c5e51fa
parents ef29d03b ba1f7613
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6386,7 +6386,7 @@ public final class ViewRootImpl implements ViewParent,
        args.arg2 = sameProcessCall ? new Rect(contentInsets) : contentInsets;
        args.arg3 = sameProcessCall ? new Rect(visibleInsets) : visibleInsets;
        args.arg4 = sameProcessCall && mergedConfiguration != null
                ? new MergedConfiguration(mergedConfiguration) : null;
                ? new MergedConfiguration(mergedConfiguration) : mergedConfiguration;
        args.arg5 = sameProcessCall ? new Rect(overscanInsets) : overscanInsets;
        args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets;
        args.arg7 = sameProcessCall ? new Rect(outsets) : outsets;