comment out the omnipod_common_time_change_event_enabled option
This commit is contained in:
parent
471f077320
commit
2680402f2e
1 changed files with 2 additions and 2 deletions
|
@ -109,12 +109,12 @@
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="@string/key_omnipod_common_suspend_delivery_button_enabled"
|
android:key="@string/key_omnipod_common_suspend_delivery_button_enabled"
|
||||||
android:title="@string/omnipod_common_preferences_suspend_delivery_button_enabled" />
|
android:title="@string/omnipod_common_preferences_suspend_delivery_button_enabled" />
|
||||||
|
<!--
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="@string/key_omnipod_common_time_change_event_enabled"
|
android:key="@string/key_omnipod_common_time_change_event_enabled"
|
||||||
android:title="@string/omnipod_common_preferences_time_change_enabled" />
|
android:title="@string/omnipod_common_preferences_time_change_enabled" />
|
||||||
|
-->
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
</androidx.preference.PreferenceScreen>
|
</androidx.preference.PreferenceScreen>
|
Loading…
Reference in a new issue