|
|
@ -11,6 +11,7 @@
|
|
|
|
#import "NSDate+millisecondTimeStamp.h"
|
|
|
|
#import "NSDate+millisecondTimeStamp.h"
|
|
|
|
#import "OWSContactsManager.h"
|
|
|
|
#import "OWSContactsManager.h"
|
|
|
|
#import "OWSNavigationController.h"
|
|
|
|
#import "OWSNavigationController.h"
|
|
|
|
|
|
|
|
#import "OWSProfileManager.h"
|
|
|
|
#import "ProfileViewController.h"
|
|
|
|
#import "ProfileViewController.h"
|
|
|
|
#import "PropertyListPreferences.h"
|
|
|
|
#import "PropertyListPreferences.h"
|
|
|
|
#import "PushManager.h"
|
|
|
|
#import "PushManager.h"
|
|
|
@ -491,6 +492,7 @@ typedef NS_ENUM(NSInteger, CellState) { kArchiveState, kInboxState };
|
|
|
|
// Start running the disappearing messages job in case the newly registered user
|
|
|
|
// Start running the disappearing messages job in case the newly registered user
|
|
|
|
// enables this feature
|
|
|
|
// enables this feature
|
|
|
|
[[OWSDisappearingMessagesJob sharedJob] startIfNecessary];
|
|
|
|
[[OWSDisappearingMessagesJob sharedJob] startIfNecessary];
|
|
|
|
|
|
|
|
[[OWSProfileManager sharedManager] ensureLocalProfileCached];
|
|
|
|
} else if (!self.viewHasEverAppeared) {
|
|
|
|
} else if (!self.viewHasEverAppeared) {
|
|
|
|
[self displayAnyUnseenUpgradeExperience];
|
|
|
|
[self displayAnyUnseenUpgradeExperience];
|
|
|
|
}
|
|
|
|
}
|
|
|
|