Skip to content

Commit

Permalink
fix: not just show black theme for debug mode (MatsuriDayo#532)
Browse files Browse the repository at this point in the history
Signed-off-by: HystericalDragon <[email protected]>
  • Loading branch information
xchacha20-poly1305 authored Jan 28, 2024
1 parent f66437c commit 6893192
Showing 1 changed file with 1 addition and 2 deletions.
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 All @@ -117,4 +116,4 @@ class ColorPickerPreference
.setNegativeButton(android.R.string.cancel, null)
.show()
}
}
}

0 comments on commit 6893192

Please sign in to comment.