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

Commit 1331227d authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Respect shouldShowInInputMethodPicker again" into main

parents 287ba9f3 7c25e788
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4869,8 +4869,8 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub

                    final List<ImeSubtypeListItem> imList = InputMethodSubtypeSwitchingController
                            .getSortedInputMethodAndSubtypeList(
                                    showAuxSubtypes, isScreenLocked, false, mContext,
                                    mMethodMap, mSettings.getCurrentUserId());
                                    showAuxSubtypes, isScreenLocked, true /* forImeMenu */,
                                    mContext, mMethodMap, mSettings.getCurrentUserId());
                    mMenuController.showInputMethodMenuLocked(showAuxSubtypes, displayId,
                            lastInputMethodId, lastInputMethodSubtypeId, imList);
                }