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

Commit 28d1cd21 authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "Assign relative layer respecting cache." into pi-dev

am: 2e8713ca

Change-Id: I5705b1ab513f5657d2081b29fdef423e5d23cd1e
parents 0977b33f 2e8713ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3906,7 +3906,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
     * with {@link #WindowState#assignLayer}
     */
    void assignRelativeLayerForImeTargetChild(SurfaceControl.Transaction t, WindowContainer child) {
        t.setRelativeLayer(child.getSurfaceControl(), mImeWindowsContainers.getSurfaceControl(), 1);
        child.assignRelativeLayer(t, mImeWindowsContainers.getSurfaceControl(), 1);
    }

    @Override