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

Commit 80922ca9 authored by Adnan Begovic's avatar Adnan Begovic Committed by Gerrit Code Review
Browse files

fw: Remove duplicated locales.

 Introduced by customize by locale CAF commit.

Change-Id: I35d646d245789136ea8d7a518604284c1875c1fc
TICKET: CYNGNOS-1548
parent d4bc5b68
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ public class LocalePicker extends ListFragment {

        String[] locales = Resources.getSystem().getAssets().getLocales();
        ArrayList<String> localeList = getLocaleArray(locales, resources);
        Collections.addAll(localeList, locales);

        // Don't show the pseudolocales unless we're in developer mode. http://b/17190407.
        if (!isInDeveloperMode) {