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

Commit 61393a88 authored by satok's avatar satok
Browse files

Fix the spacebar language switcher

Change-Id: I54711ff2014facefe3afd22e536045cd0ffe4955
parent 1b9eecb5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ public class LanguageSwitcher {
        String currentLanguage   = sp.getString(Settings.PREF_INPUT_LANGUAGE, null);
        if (TextUtils.isEmpty(selectedLanguages)) {
            mSelectedLanguageArray = EMPTY_STIRNG_ARRAY;
            mSelectedLanguages = null;
            loadDefaults();
            if (mLocales.size() == 0) {
                return false;