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

Commit 8054c560 authored by Tom Hsu's avatar Tom Hsu Committed by Android (Google) Code Review
Browse files

Merge "Fix unexpected string is said by talkback."

parents 75f31a84 365cec43
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -167,8 +167,9 @@ public class LocaleStore {
         */
        @UnsupportedAppUsage
        public String getFullNameInUiLanguage() {
            Locale locale = mLocale.stripExtensions();
            // We don't cache the UI name because the default locale keeps changing
            return LocaleHelper.getDisplayName(mLocale, true /* sentence case */);
            return LocaleHelper.getDisplayName(locale, true /* sentence case */);
        }

        private String getLangScriptKey() {