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) {
|
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 {
|
||||||
@ -117,4 +116,4 @@ class ColorPickerPreference
|
|||||||
.setNegativeButton(android.R.string.cancel, null)
|
.setNegativeButton(android.R.string.cancel, null)
|
||||||
.show()
|
.show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user