We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5777bf + 6a3caa7 commit b60f7e7Copy full SHA for b60f7e7
WordPress/Jetpack/Classes/Utility/DataMigrator.swift
@@ -179,6 +179,7 @@ private extension DataMigrator {
179
for (key, value) in temporaryDictionary {
180
localDefaults.set(value, forKey: key)
181
}
182
+ AppAppearance.overrideAppearance()
183
sharedDefaults.removeObject(forKey: DefaultsWrapper.dictKey)
184
return true
185
0 commit comments