We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2807bf commit 1a34895Copy full SHA for 1a34895
res/xml/led_control_settings.xml
@@ -34,7 +34,7 @@
34
android:entries="@array/dnd_tile_em_entries"
35
android:entryValues="@array/dnd_tile_em_values"
36
android:defaultValue="@array/empty_array"
37
- android:persistent="false" />
+ android:persistent="true" /> <!-- must be persistent due to BUG in Android -->
38
39
<CheckBoxPreference
40
android:key="pref_lc_led_ignore_update"
@@ -48,7 +48,8 @@
48
android:title="@string/pref_lc_led_mode_title"
49
android:entries="@array/lc_led_mode_entries"
50
android:entryValues="@array/lc_led_mode_values"
51
- android:defaultValue="OVERRIDE" />
+ android:defaultValue="OVERRIDE"
52
+ android:persistent="false" />
53
54
<net.margaritov.preference.colorpicker.ColorPickerPreference
55
android:key="pref_lc_led_color"
0 commit comments