Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d214296f authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Fix an issue on LED in IME switcher

Bug: 5282186
Change-Id: I66362aefb319a02ca741e40a50b8b345a89c8726
parent f7ef5048
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2652,6 +2652,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                                }
                                InputMethodInfo im = mIms[which];
                                int subtypeId = mSubtypeIds[which];
                                adapter.mCheckedItem = which;
                                adapter.notifyDataSetChanged();
                                hideInputMethodMenu();
                                if (im != null) {
                                    if ((subtypeId < 0)
@@ -2749,7 +2751,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        private final LayoutInflater mInflater;
        private final int mTextViewResourceId;
        private final List<ImeSubtypeListItem> mItemsList;
        private final int mCheckedItem;
        public int mCheckedItem;
        public ImeSubtypeListAdapter(Context context, int textViewResourceId,
                List<ImeSubtypeListItem> itemsList, int checkedItem) {
            super(context, textViewResourceId, itemsList);