Merge tag '2.21.0.10' into release/2.22.0

pull/1/head
Michael Kirk 8 years ago
commit 2462ea0a3e

@ -1123,6 +1123,9 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
// TODO: Once "app ready" logic is moved into AppSetup, move this line there.
[[OWSProfileManager sharedManager] ensureLocalProfileCached];
// Incase anything changed while migrations ran
[[SignalApp sharedApp].callService createCallUIAdapter];
// Note that this does much more than set a flag;
// it will also run all deferred blocks.
[AppReadiness setAppIsReady];

Loading…
Cancel
Save