Loading services/java/com/android/server/InputMethodManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1218,6 +1218,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (mCurClient == null || client == null || mCurClient.client.asBinder() != client.asBinder()) { Slog.w(TAG, "Ignoring showInputMethodDialogFromClient of: " + client); return; } mHandler.sendEmptyMessage(MSG_SHOW_IM_PICKER); Loading Loading
services/java/com/android/server/InputMethodManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1218,6 +1218,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (mCurClient == null || client == null || mCurClient.client.asBinder() != client.asBinder()) { Slog.w(TAG, "Ignoring showInputMethodDialogFromClient of: " + client); return; } mHandler.sendEmptyMessage(MSG_SHOW_IM_PICKER); Loading