Loading services/java/com/android/server/InputMethodManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -1225,7 +1225,6 @@ 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 +0 −1 Original line number Diff line number Diff line Loading @@ -1225,7 +1225,6 @@ 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