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

Commit 055e081d 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

Change-Id: I609400e070431c5475d36f1e71fcfe74860793c6
parents 6b28701d f35625fa
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);
    }