Browse Source

Fix incorrect date/day preference.

pull/92/head
Abhishek 4 years ago
parent
commit
2947588f29
  1. 4
      Clocker/AppDelegate.swift

4
Clocker/AppDelegate.swift

@ -49,11 +49,11 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
// Required for migrating our model type to CoreModelKit
NSKeyedUnarchiver.setClass(CoreModelKit.TimezoneData.classForKeyedUnarchiver(), forClassName: "Clocker.TimezoneData")
AppDefaults.initialize()
// For users, still on the old timezones, only migrate timezonezes once setClass has been called
migrateOverridenTimezones()
AppDefaults.initialize()
// Check if we can show the onboarding flow!
showOnboardingFlowIfEligible()

Loading…
Cancel
Save