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

Commit c3ce01cd authored by menghanli's avatar menghanli Committed by Menghan Li
Browse files

Apply color extraction for sub settings in SuW

Bug: 183713013
Test: Run initBCTestEnv_S.sh and apply different color
Change-Id: Ia06983a8bcfa9cbf190d0c73496b5d70660ffa4e
parent 56713ae0
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)