fix: not just show black theme for debug mode (#532)

Signed-off-by: HystericalDragon <HystericalDragons@proton.me>
This commit is contained in:
HystericalDragon 2024-01-28 22:43:45 +08:00 committed by GitHub
parent f66437c18d
commit 68931929db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,6 @@ class ColorPickerPreference
for (color in colors) { for (color in colors) {
i++ //Theme.kt i++ //Theme.kt
if (!isExpertFlavor && i in listOf(21)) continue
val themeId = i val themeId = i
val view = getNekoImageViewAtColor(color, 64, 0).apply { val view = getNekoImageViewAtColor(color, 64, 0).apply {