fixed theme int values to conform to array indices (which is what SettingsAdapter expects)

This commit is contained in:
amwatson 2024-01-30 21:45:29 -06:00
parent 05c0b2b51f
commit 713ac1db20

View file

@ -186,7 +186,8 @@
<item>@string/theme_mode_dark</item>
</string-array>
<integer-array name="themeModeValues">
<item>-1</item>
<item>0</item>
<item>1</item>
<item>2</item>
</integer-array>