mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +08:00
fix: not just show black theme for debug mode (#532)
Signed-off-by: HystericalDragon <HystericalDragons@proton.me>
This commit is contained in:
parent
f66437c18d
commit
68931929db
@ -91,7 +91,6 @@ class ColorPickerPreference
|
||||
|
||||
for (color in colors) {
|
||||
i++ //Theme.kt
|
||||
if (!isExpertFlavor && i in listOf(21)) continue
|
||||
|
||||
val themeId = i
|
||||
val view = getNekoImageViewAtColor(color, 64, 0).apply {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user