Skip to content

Commit

Permalink
Merge pull request #407 from inson1/add-private-to-Amoled-theme-index
Browse files Browse the repository at this point in the history
Add private to Amoled theme index
  • Loading branch information
Darkempire78 authored Mar 10, 2024
2 parents 71fcf51 + 3c44872 commit 68e9b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Themes(private val context: Context) {

// Themes
private const val DEFAULT_THEME_INDEX = 0
const val AMOLED_THEME_INDEX = 1
private const val AMOLED_THEME_INDEX = 1
private const val MATERIAL_YOU_THEME_INDEX = 2

// used to go from Preference int value to actual theme
Expand Down

0 comments on commit 68e9b83

Please sign in to comment.