mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-27 18:45:18 +01:00
Support numbers from new caledonia
// FREEBIE
This commit is contained in:
@@ -39,6 +39,7 @@ public class PhoneNumberFormatter {
|
||||
return number.matches("^\\+[0-9]{10,}") ||
|
||||
number.matches("^\\+298[0-9]{6}") ||
|
||||
number.matches("^\\+240[0-9]{6}") ||
|
||||
number.matches("^\\+687[0-9]{6}") ||
|
||||
number.matches("^\\+689[0-9]{6}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user