diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index aa7e59950..6d8c29bac 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -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];