Fix crash

This commit is contained in:
ismailgulek
2020-07-14 17:19:41 +03:00
parent 49543495dc
commit 92f5ace2e9
@@ -457,9 +457,6 @@ SettingsIdentityServerCoordinatorBridgePresenterDelegate>
// Screen tracking
[[Analytics sharedInstance] trackScreen:@"Settings"];
// Release the potential pushed view controller
[self releasePushedViewController];
// Refresh display
[self refreshSettings];
@@ -480,6 +477,9 @@ SettingsIdentityServerCoordinatorBridgePresenterDelegate>
{
[super viewDidAppear:animated];
// Release the potential pushed view controller
[self releasePushedViewController];
[self.settingsDiscoveryTableViewSection reload];
}