Fix keys for lock screen preferences

Fixes blur always being enabled regardless of the preference setting
This commit is contained in:
Maxr1998 2020-10-31 20:52:13 +01:00
commit 96188c126a
No known key found for this signature in database
GPG key ID: 3BA0CD3A11CDF7B8

View file

@ -6,15 +6,15 @@
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:key="album_art_on_lockscreen"
android:key="show_album_cover"
android:summary="@string/pref_summary_show_album_art"
android:title="@string/pref_title_show_album_art" />
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="false"
android:dependency="album_art_on_lockscreen"
android:key="blurred_album_art"
android:dependency="show_album_cover"
android:key="blur_album_cover"
android:summary="@string/pref_summary_blur_album_art"
android:title="@string/pref_title_blur_album_art" />