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

Commit 8ff6222a authored by satok's avatar satok
Browse files

Fix the visibility of preferences in the input method settings

Bug: 5129385

Change-Id: I1b01712995fd77e13b0e5935b8000ec09be489e4
parent bf6856dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ public class InputMethodAndLanguageSettings extends SettingsPreferenceFragment
        // IME
        mIsOnlyImeSettings = Settings.ACTION_INPUT_METHOD_SETTINGS.equals(
                getActivity().getIntent().getAction());
        getActivity().getIntent().setAction(null);
        mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
        mImis = mImm.getInputMethodList();
        createImePreferenceHierarchy((PreferenceGroup)findPreference("keyboard_settings_category"));