Clean up onboarding changes.

pull/2/head
Matthew Chen 6 years ago
parent 850b369076
commit f7d659bdef

@ -1,5 +1,5 @@
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
//
#import "SignalApp.h"
@ -166,6 +166,9 @@ NS_ASSUME_NONNULL_BEGIN
AppDelegate *appDelegate = (AppDelegate *)[UIApplication sharedApplication].delegate;
appDelegate.window.rootViewController = navigationController;
OWSAssertDebug([navigationController.topViewController isKindOfClass:[HomeViewController class]]);
// Clear the signUpFlowNavigationController.
[self setSignUpFlowNavigationController:nil];
}
@end

Loading…
Cancel
Save