Skip to content

Commit 6a3caa7

Browse files
committed
Add appearance update at the end of user defaults migration
1 parent 450c1e7 commit 6a3caa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/Jetpack/Classes/Utility/DataMigrator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ private extension DataMigrator {
179179
for (key, value) in temporaryDictionary {
180180
localDefaults.set(value, forKey: key)
181181
}
182+
AppAppearance.overrideAppearance()
182183
sharedDefaults.removeObject(forKey: DefaultsWrapper.dictKey)
183184
return true
184185
}

0 commit comments

Comments
 (0)