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

Commit 2e8713ca authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

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

parents c633be84 bb5de66f
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