We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05b20c0 + 12af0e3 commit c708e38Copy full SHA for c708e38
services/java/com/android/server/InputMethodManagerService.java
@@ -1225,7 +1225,6 @@ public void showInputMethodPickerFromClient(IInputMethodClient client) {
1225
if (mCurClient == null || client == null
1226
|| mCurClient.client.asBinder() != client.asBinder()) {
1227
Slog.w(TAG, "Ignoring showInputMethodDialogFromClient of: " + client);
1228
- return;
1229
}
1230
1231
mHandler.sendEmptyMessage(MSG_SHOW_IM_PICKER);
0 commit comments