We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff98482 commit d87a3a9Copy full SHA for d87a3a9
auth/src/main/java/com/firebase/ui/auth/util/data/PhoneNumberUtils.java
@@ -358,6 +358,7 @@ private static SparseArray<List<String>> createCountryCodeToRegionCodeMap() {
358
map.put(380, singletonList("UA"));
359
map.put(381, singletonList("RS"));
360
map.put(382, singletonList("ME"));
361
+ map.put(383, singletonList("XK"));
362
map.put(385, singletonList("HR"));
363
map.put(386, singletonList("SI"));
364
map.put(387, singletonList("BA"));
@@ -471,7 +472,6 @@ private static void initCountryCodeByIsoMap() {
471
472
map.remove("TA");
473
map.put("HM", 672);
474
map.put("GS", 500);
- map.put("XK", 381);
475
476
COUNTRY_TO_ISO_CODES = Collections.unmodifiableMap(map);
477
}
0 commit comments