Loading services/java/com/android/server/InputMethodManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -1526,6 +1526,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub mDialogBuilder.setSingleChoiceItems(mItems, checkedItem, new AlertDialog.OnClickListener() { public void onClick(DialogInterface dialog, int which) { if (mIms == null) { return; } synchronized (mMethodMap) { InputMethodInfo im = mIms[which]; hideInputMethodMenu(); Loading Loading
services/java/com/android/server/InputMethodManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -1526,6 +1526,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub mDialogBuilder.setSingleChoiceItems(mItems, checkedItem, new AlertDialog.OnClickListener() { public void onClick(DialogInterface dialog, int which) { if (mIms == null) { return; } synchronized (mMethodMap) { InputMethodInfo im = mIms[which]; hideInputMethodMenu(); Loading