FIX: Onboarding controller sets phoneNumberAwaitingForVerification

pull/2/head
Michael Kirk 6 years ago
parent 247eab22ca
commit a01cb04d85

@ -27,12 +27,7 @@ typedef NS_ENUM(NSUInteger, OWSRegistrationState) {
@interface TSAccountManager : NSObject
// This property is exposed for testing purposes only.
#ifdef DEBUG
@property (nonatomic, nullable) NSString *phoneNumberAwaitingVerification;
#endif
- (void)setPhoneNumberAwaitingVerification:(NSString *_Nullable)phoneNumberAwaitingVerification;
#pragma mark - Initializers

@ -46,11 +46,6 @@ NSString *const TSAccountManager_NeedsAccountAttributesUpdateKey = @"TSAccountMa
@property (atomic, readonly) BOOL isRegistered;
// This property is exposed publicly for testing purposes only.
#ifndef DEBUG
@property (nonatomic, nullable) NSString *phoneNumberAwaitingVerification;
#endif
@property (nonatomic, nullable) NSString *cachedLocalNumber;
@property (nonatomic, readonly) YapDatabaseConnection *dbConnection;

Loading…
Cancel
Save