fix typo in preference key

This commit is contained in:
Conny Duck 2017-10-18 22:18:44 +02:00
commit 0789f048e6
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
<CheckBoxPreference
android:defaultValue="false"
android:key="alwayShowSensitiveMedia"
android:key="alwaysShowSensitiveMedia"
android:title="@string/pref_title_alway_show_sensitive_media" />
</PreferenceCategory>