Merge "Update language to comply with Android’s inclusive language guidance" am: aace0e5dad am: 762e462fea

Original change: https://android-review.googlesource.com/c/platform/development/+/1381456

Change-Id: I31b165b51d8a4caa87daf3341fb7eeeb8962e520
This commit is contained in:
Treehugger Robot
2020-07-31 17:01:22 +00:00
committed by Automerger Merge Worker
41 changed files with 54 additions and 54 deletions

View File

@@ -164,10 +164,10 @@ final class ClientCallbackImpl implements MultiClientInputMethodServiceDelegate.
mDelegate.setActive(mClientId, true /* active */);
}
if (inputConnection == null || editorInfo == null) {
// Dummy InputConnection case.
// Placeholder InputConnection case.
if (window.getClientId() == mClientId) {
// Special hack for temporary focus changes (e.g. notification shade).
// If we have already established a connection to this client, and if a dummy
// If we have already established a connection to this client, and if a placeholder
// InputConnection is notified, just ignore this event.
} else {
window.onDummyStartInput(mClientId, targetWindowHandle);