Follow system theme by default

This commit is contained in:
krlvm 2021-03-27 17:53:07 +03:00
parent 38eb8e40ea
commit 44f3a7484d
No known key found for this signature in database
GPG Key ID: B8552A91FD265536
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
<string name="dark_theme_key" translatable="false">dark_theme</string>
<string name="black_theme_key" translatable="false">black_theme</string>
<string name="auto_device_theme_key" translatable="false">auto_device_theme</string>
<string name="default_theme_value" translatable="false">@string/dark_theme_key</string>
<string name="default_theme_value" translatable="false">@string/auto_device_theme_key</string>
<string name="default_night_theme_value" translatable="false">@string/dark_theme_key</string>
<string-array name="theme_values_list" translatable="false">
<item>@string/light_theme_key</item>