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

Commit 9156f4c6 authored by Amin Shaikh's avatar Amin Shaikh Committed by android-build-merger
Browse files

Merge "Remove unnecessary STOPSHIP." into qt-dev am: ed3136b7

am: f692c8e5

Change-Id: I5ce22721e993c164daa0ccf78f00d07b9991114b
parents b8ea9d45 f692c8e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -198,8 +198,8 @@ public class OverlayCategoryPreferenceController extends DeveloperOptionsPrefere
    @Override
    protected void onDeveloperOptionsSwitchDisabled() {
        super.onDeveloperOptionsSwitchDisabled();
        // STOPSHIP b/122308197: reset the overlays to the set in
        // Settings.Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES
        // TODO b/133222035: remove these developer settings when the
        // Settings.Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES setting is used
        setOverlay(PACKAGE_DEVICE_DEFAULT);
        updateState(mPreference);
    }