Merge "Remove TODO(b/217788708)" into tm-dev am: 1408bbe923

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17743448

Change-Id: I9e5ac7a2309881772d4bfe4e54eea6de726392d6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-04-13 22:18:23 +00:00
committed by Automerger Merge Worker

View File

@@ -624,7 +624,6 @@ public class InputMethod {
@Override
public void invalidateInputInternal(EditorInfo editorInfo, IInputContext inputContext,
int sessionId) {
// TODO(b/217788708): Add automated test.
if (mStartedInputConnection instanceof RemoteInputConnection) {
final RemoteInputConnection ric =
(RemoteInputConnection) mStartedInputConnection;