Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19105ab5 authored by Pranav Vashi's avatar Pranav Vashi Committed by Łukasz Patron
Browse files

Settings: Fix default value for proximity on wake pref



Change-Id: I423f179bf8b459e725c5d3120682698c34912667
Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
parent db9c8535
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@
        android:key="proximity_on_wake"
        android:title="@string/proximity_wake_title"
        android:summary="@string/proximity_wake_summary"
        android:defaultValue="false"
        android:defaultValue="@*lineageos.platform:bool/config_proximityCheckOnWakeEnabledByDefault"
        lineage:requiresConfig="@*lineageos.platform:bool/config_proximityCheckOnWake" />

    <!-- Double tap to sleep -->