Skip to content

Commit

Permalink
Fix not setting default theme values for preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncedSynapse committed Sep 16, 2022
1 parent 01bfdd8 commit f42f095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
android:title="@string/theme_color"
android:entries="@array/theme_colors_array"
android:entryValues="@array/theme_colors_values_array"
android:defaultValue="0"/>
android:defaultValue="kore"/>

<ListPreference
android:key="pref_theme_variant"
android:title="@string/theme_variant"
android:entries="@array/theme_variants_array"
android:entryValues="@array/theme_variants_values_array"
android:defaultValue="0"/>
android:defaultValue="auto"/>

</PreferenceCategory>

Expand Down

0 comments on commit f42f095

Please sign in to comment.