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

Commit cdfd4ee9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Regional prefernce] Remove U extension in locale of app list" into udc-dev

parents 600261a4 84778453
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ public class AppLocaleDetails extends SettingsPreferenceFragment {
        if (appLocale == null) {
            return context.getString(R.string.preference_of_system_locale_summary);
        } else {
            return LocaleHelper.getDisplayName(appLocale, appLocale, true);
            return LocaleHelper.getDisplayName(appLocale.stripExtensions(), appLocale, true);
        }
    }
}