Skip to content

Commit b60f7e7

Browse files
authored
Merge pull request #19788 from wordpress-mobile/bug/jp-migration-app-theme
[Jetpack] Content Migration App Appearance Fix
2 parents f5777bf + 6a3caa7 commit b60f7e7

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)