Skip to content

Commit

Permalink
fix: not just show black theme for debug mode
Browse files Browse the repository at this point in the history
Signed-off-by: HystericalDragon <HystericalDragons@proton.me>
  • Loading branch information
xchacha20-poly1305 committed Jan 21, 2024
1 parent 2352d72 commit adcae74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit adcae74

Please sign in to comment.