|
|
@ -96,7 +96,7 @@ open class AppDelegate: NSObject, NSApplicationDelegate { |
|
|
|
private var controller: OnboardingController? |
|
|
|
private var controller: OnboardingController? |
|
|
|
|
|
|
|
|
|
|
|
private func showOnboardingFlowIfEligible() { |
|
|
|
private func showOnboardingFlowIfEligible() { |
|
|
|
let isTestInProgress = ProcessInfo.processInfo.arguments.contains(CLOnboardingTestsLaunchArgument) || true |
|
|
|
let isTestInProgress = ProcessInfo.processInfo.arguments.contains(CLOnboardingTestsLaunchArgument) |
|
|
|
let shouldLaunchOnboarding = |
|
|
|
let shouldLaunchOnboarding = |
|
|
|
(DataStore.shared().retrieve(key: CLShowOnboardingFlow) == nil |
|
|
|
(DataStore.shared().retrieve(key: CLShowOnboardingFlow) == nil |
|
|
|
&& DataStore.shared().timezones().isEmpty) |
|
|
|
&& DataStore.shared().timezones().isEmpty) |
|
|
|