Revert "OmniControl: disable colored ls clock setting for the moment"
This reverts commit a287dfa3d9bbc14f768ff7fb4d8757abcd525b42.
Change-Id: I4f269745ebb26c3138af1d7bf274e12053ed9954
diff --git a/app/src/main/res/xml/lockscreen_settings_preferences.xml b/app/src/main/res/xml/lockscreen_settings_preferences.xml
index 9d7b909..ae84612 100644
--- a/app/src/main/res/xml/lockscreen_settings_preferences.xml
+++ b/app/src/main/res/xml/lockscreen_settings_preferences.xml
@@ -36,10 +36,10 @@
android:summary="@string/lockscreen_dnd_summary"
android:title="@string/lockscreen_dnd_title" />
- <!--<org.omnirom.omnilib.preference.SystemSettingSwitchPreference
+ <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
android:defaultValue="true"
android:key="lockscreen_clock_colored"
android:summary="@string/lockscreen_clock_colored_summary"
- android:title="@string/lockscreen_clock_colored_title" />-->
+ android:title="@string/lockscreen_clock_colored_title" />
</PreferenceScreen>