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

Commit 52c66d74 authored by Jason Monk's avatar Jason Monk
Browse files

Remove color and appearance

Also fix crash.

Change-Id: I16abec61d63e2d503b07047c08664c2e96689c50
Fixes: 28163234
parent ff9e0ded
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -100,10 +100,12 @@

    </PreferenceScreen>

    <!--
    <Preference
        android:key="color_transform"
        android:title="@string/color_and_appearance"
        android:fragment="com.android.systemui.tuner.ColorAndAppearanceFragment" />
    -->

    <PreferenceScreen
        android:key="volume_and_do_not_disturb"
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ public class TunerActivity extends SettingsDrawerActivity implements
        super.onCreate(savedInstanceState);

        if (getFragmentManager().findFragmentByTag(TAG_TUNER) == null) {
            boolean showDemoMode = getIntent().getAction().equals(
            final String action = getIntent().getAction();
            boolean showDemoMode = action != null && action.equals(
                    "com.android.settings.action.DEMO_MODE");
            boolean showNightMode = getIntent().getBooleanExtra(
                    NightModeFragment.EXTRA_SHOW_NIGHT_MODE, false);