From dc6e3ccb549fcf862a86f2768a1696a373103702 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Wed, 20 Apr 2022 09:52:38 -0400 Subject: [PATCH] Update AppDefaults.swift --- Clocker/Overall App/AppDefaults.swift | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Clocker/Overall App/AppDefaults.swift b/Clocker/Overall App/AppDefaults.swift index 558ed05..e99ba51 100644 --- a/Clocker/Overall App/AppDefaults.swift +++ b/Clocker/Overall App/AppDefaults.swift @@ -17,15 +17,6 @@ class AppDefaults { store.setTimezones(timezones) defaults.set(selectedCalendars, forKey: CLSelectedCalendars) - - // Set the theme default as Light! - setDefaultTheme(defaults) - } - - private class func setDefaultTheme(_ userDefaults: UserDefaults) { - if userDefaults.object(forKey: CLThemeKey) == nil { - Themer.shared().set(theme: 0) - } } private class func defaultsDictionary() -> [String: Any] {