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

Commit a86efe5c 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

am: 28d1cd21

Change-Id: Ibfa5a27d1a6ad0196782d6fa69efdd6ff2836a09
parents 705b3c49 28d1cd21
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