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

Commit 59d7816c authored by Joey's avatar Joey
Browse files

Settings: hide aosp ThemePreferenceController



Change-Id: I7eb3a51a06a37b7e0df472756005d4a07cf5cef6
Signed-off-by: default avatarJoey <joey@lineageos.org>
parent 9f7dc6d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -144,10 +144,12 @@
        android:summary="@string/proximity_wake_summary"
        lineage:requiresConfig="@*lineageos.platform:bool/config_proximityCheckOnWake" />

    <!-- Use LineageParts for styles 
    <ListPreference
        android:key="theme"
        android:title="@string/device_theme"
        android:summary="@string/summary_placeholder" />
    -->

    <Preference
        android:key="vr_display_pref"
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class DisplaySettings extends DashboardFragment {
        controllers.add(new TimeoutPreferenceController(context, KEY_SCREEN_TIMEOUT));
        controllers.add(new VrDisplayPreferenceController(context));
        controllers.add(new WallpaperPreferenceController(context));
        controllers.add(new ThemePreferenceController(context));
        //controllers.add(new ThemePreferenceController(context));
        controllers.add(new BrightnessLevelPreferenceController(context, lifecycle));
        controllers.add(new ColorModePreferenceController(context));
        return controllers;