pocket-casts-ios
pocket-casts-ios copied to clipboard
Synced Setting Bool defaults values should retain defaults when empty
UserDefaults.bool(forKey:)
returns false
by default. In some cases, this is not the default value we want.
In SettingsStore.importUserDefaults
, we want to check that a bool value exists before importing it.