Skip to content

Commit d87a3a9

Browse files
Added Kosovo prefix (#1913)
1 parent ff98482 commit d87a3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/util/data/PhoneNumberUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ private static SparseArray<List<String>> createCountryCodeToRegionCodeMap() {
358358
map.put(380, singletonList("UA"));
359359
map.put(381, singletonList("RS"));
360360
map.put(382, singletonList("ME"));
361+
map.put(383, singletonList("XK"));
361362
map.put(385, singletonList("HR"));
362363
map.put(386, singletonList("SI"));
363364
map.put(387, singletonList("BA"));
@@ -471,7 +472,6 @@ private static void initCountryCodeByIsoMap() {
471472
map.remove("TA");
472473
map.put("HM", 672);
473474
map.put("GS", 500);
474-
map.put("XK", 381);
475475

476476
COUNTRY_TO_ISO_CODES = Collections.unmodifiableMap(map);
477477
}

0 commit comments

Comments
 (0)