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

Commit f35625fa authored by Taran Singh's avatar Taran Singh Committed by Android (Google) Code Review
Browse files

Merge "Remove duplicate log in DisplayContent" into rvc-dev

parents a1e5e50a 84cfd278
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -3554,8 +3554,6 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo


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