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

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

Merge "DisplayContent: Remove unnecessary setRelativeLayer"

parents 1700cab5 c5870353
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4103,7 +4103,7 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp
                "IME-snapshot-surface");
        t.setBuffer(imeSurface, buffer);
        t.setColorSpace(mSurfaceControl, ColorSpace.get(ColorSpace.Named.SRGB));
        t.setRelativeLayer(imeSurface, activity.getSurfaceControl(), 1);
        t.setLayer(imeSurface, 1);
        t.setPosition(imeSurface, mInputMethodWindow.getDisplayFrame().left,
                mInputMethodWindow.getDisplayFrame().top);
        return imeSurface;