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

Core: added default true value to BLE reconnect to mirror actual behaviour

This commit is contained in:
Daniel Dakhno 2022-09-11 01:49:16 +02:00
parent 2efc564d21
commit ead65ffd7d

View File

@ -8,5 +8,6 @@
android:key="prefs_key_device_auto_reconnect"
android:title="@string/auto_reconnect_ble_title"
android:summary="@string/auto_reconnect_ble_summary"
android:layout="@layout/preference_checkbox" />
android:layout="@layout/preference_checkbox"
android:defaultValue="true" />
</PreferenceScreen>