Revert Organizer on launch

Status in Organizer is wrong on first launch.
This commit is contained in:
Davide De Rosa 2019-10-23 10:24:03 +02:00
parent a4a7ecff97
commit 18ff4b69a5
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgrade project to Xcode 11.
- Show Organizer on launch rather than profile in use.
### Fixed

View File

@ -88,7 +88,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
// MARK: UISplitViewControllerDelegate
func splitViewController(_ splitViewController: UISplitViewController, collapseSecondary secondaryViewController: UIViewController, onto primaryViewController: UIViewController) -> Bool {
return true//!TransientStore.shared.service.hasActiveProfile()
return !TransientStore.shared.service.hasActiveProfile()
}
// MARK: URLs