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

Commit 51f3eb5f authored by Taran Singh's avatar Taran Singh Committed by Automerger Merge Worker
Browse files

Merge "Remove duplicate log in DisplayContent" into rvc-dev am: f35625fa am:...

Merge "Remove duplicate log in DisplayContent" into rvc-dev am: f35625fa am: 3f6250b1 am: 88075a45

Change-Id: I7b472264f873ae41bd89e24dcfaf5178f253ae40
parents f432736a 88075a45
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3554,8 +3554,6 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo

    private void updateImeControlTarget() {
        mInputMethodControlTarget = computeImeControlTarget();
        ProtoLog.i(WM_DEBUG_IME, "updateImeControlTarget %s",
                mInputMethodControlTarget.getWindow());
        mInsetsStateController.onImeControlTargetChanged(mInputMethodControlTarget);
    }