Skip to content

Commit

Permalink
AOD bottom center setting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Jan 10, 2025
1 parent 194b595 commit 8975714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/xdrip_plus_prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
android:title="@string/title_aod_use_center" />
<CheckBoxPreference
android:defaultValue="true"
android:key="aod_use_top_center_bottom"
android:key="aod_use_center_bottom"
android:summary="@string/summary_aod_use_center_bottom"
android:title="@string/title_aod_use_center_bottom" />
<CheckBoxPreference
Expand Down

0 comments on commit 8975714

Please sign in to comment.