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

Commit f103d108 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by Android (Google) Code Review
Browse files

Merge "Input settings: Show keyboard layout collection." into nyc-dev

parents 16b4ac8a f6053d15
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -146,6 +146,7 @@ public final class KeyboardLayoutPickerFragment2 extends SettingsPreferenceFragm
        for (KeyboardLayout layout : mKeyboardLayouts) {
        for (KeyboardLayout layout : mKeyboardLayouts) {
            Preference pref = new Preference(getPrefContext());
            Preference pref = new Preference(getPrefContext());
            pref.setTitle(layout.getLabel());
            pref.setTitle(layout.getLabel());
            pref.setSummary(layout.getCollection());
            root.addPreference(pref);
            root.addPreference(pref);
            mPreferenceMap.put(pref, layout);
            mPreferenceMap.put(pref, layout);
        }
        }