Skip to content

Commit 8975714

Browse files
committed
AOD bottom center setting fix
1 parent 194b595 commit 8975714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/xml/xdrip_plus_prefs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
android:title="@string/title_aod_use_center" />
559559
<CheckBoxPreference
560560
android:defaultValue="true"
561-
android:key="aod_use_top_center_bottom"
561+
android:key="aod_use_center_bottom"
562562
android:summary="@string/summary_aod_use_center_bottom"
563563
android:title="@string/title_aod_use_center_bottom" />
564564
<CheckBoxPreference

0 commit comments

Comments
 (0)