ios: fix theme customization changing color mode (#4936)

This commit is contained in:
spaced4ndy
2024-09-24 18:44:55 +04:00
committed by GitHub
parent 4526afe7e9
commit 54ff95f350

View File

@@ -197,7 +197,7 @@ class ThemeManager {
var themeIds = currentThemeIdsDefault.get()
themeIds[nonSystemThemeName] = prevValue.themeId
currentThemeIdsDefault.set(themeIds)
applyTheme(nonSystemThemeName)
applyTheme(currentThemeDefault.get())
}
static func copyFromSameThemeOverrides(_ type: WallpaperType?, _ lowerLevelOverride: ThemeModeOverride?, _ pref: Binding<ThemeModeOverride>) -> Bool {