|
|
|
@ -414,6 +414,9 @@ NSString *const kSelectRecipientViewControllerCellIdentifier = @"kSelectRecipien
|
|
|
|
countryName:(NSString *)countryName
|
|
|
|
countryName:(NSString *)countryName
|
|
|
|
callingCode:(NSString *)callingCode
|
|
|
|
callingCode:(NSString *)callingCode
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
OWSAssert(countryCode.length > 0);
|
|
|
|
|
|
|
|
OWSAssert(countryName.length > 0);
|
|
|
|
|
|
|
|
OWSAssert(callingCode.length > 0);
|
|
|
|
|
|
|
|
|
|
|
|
[self updateCountryWithName:countryName callingCode:callingCode countryCode:countryCode];
|
|
|
|
[self updateCountryWithName:countryName callingCode:callingCode countryCode:countryCode];
|
|
|
|
|
|
|
|
|
|
|
|
|