1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 22:57:54 +02:00

Fix material design switch on sleep mode preferences

Fixes #3516
This commit is contained in:
José Rebelo 2024-01-18 18:12:25 +00:00
parent 94c763ef99
commit ec01e456aa

View File

@ -6,7 +6,7 @@
android:persistent="false"
android:title="@string/pref_sleep_mode_title">
<SwitchPreference
<SwitchPreferenceCompat
android:defaultValue="false"
android:icon="@drawable/ic_activity_sleep"
android:key="sleep_mode_schedule_enabled"