Merge "Remove duplicate log in DisplayContent" into rvc-dev am: f35625face am: 3f6250b1d5

Change-Id: I1fc8b6cb7f95af93c422af2d1a385052be277f21
This commit is contained in:
Taran Singh
2020-05-29 15:19:21 +00:00
committed by Automerger Merge Worker

View File

@@ -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);
}