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

Commit 41ba97c7 authored by nijel8's avatar nijel8 Committed by Dan Pasanen
Browse files

Settings: Let's get to choose keyboard again in Settings.

Change-Id: I65e4da37d0bfe155c820e3d7eca8332da6c739cb
parent 06a8fb41
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@

    <PreferenceCategory
        android:title="@string/keyboard_and_input_methods_category">
        <PreferenceScreen
               android:key="current_input_method"
               android:title="@string/current_input_method"/>
        <PreferenceScreen
            android:title="@string/virtual_keyboard_category"
            android:fragment="com.android.settings.inputmethod.VirtualKeyboardFragment" />
+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,7 @@ public class InputMethodAndLanguageSettings extends SettingsPreferenceFragment
        if (mShowsOnlyFullImeAndKeyboardList && identifier != null) {
            showKeyboardLayoutDialog(identifier);
        }
        updateCurrentImeName();
    }

    private void updateInputMethodSelectorSummary(int value) {