Skip to content

Commit

Permalink
add private to Amoled theme index
Browse files Browse the repository at this point in the history
  • Loading branch information
inson1 committed Jan 15, 2024
1 parent 5ea8a9d commit 3c44872
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 3c44872

Please sign in to comment.