PhoneNumberUtil is no longer a singleton

// FREEBIE
pull/1/head
Michael Kirk 6 years ago
parent d32545fc2d
commit 3fdf703a60

@ -49,8 +49,6 @@
_nbPhoneNumberUtil = [[NBPhoneNumberUtil alloc] init];
_countryCodesFromCallingCodeCache = [NSMutableDictionary new];
_parsedPhoneNumberCache = [NSCache new];
OWSSingletonAssert();
}
return self;

Loading…
Cancel
Save