comment out the omnipod_common_time_change_event_enabled option

This commit is contained in:
Andrei Vereha 2021-08-05 21:50:06 +02:00
parent 471f077320
commit 2680402f2e

View file

@ -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>