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

Commit 49f904c6 authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Apply color extraction for sub settings in SuW" into sc-dev

parents a5b242ec c3ce01cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ public class SettingsBaseActivity extends FragmentActivity {
            final int appliedTheme = ThemeHelper.isSetupWizardDayNightEnabled(this)
                    ? R.style.SubSettings_SetupWizard : R.style.SudThemeGlifV3_Light;
            setTheme(appliedTheme);
            ThemeHelper.trySetDynamicColor(this);
        }

        if (FeatureFlagUtils.isEnabled(this, FeatureFlags.SILKY_HOME)