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

This commit is contained in:
Menghan Li
2021-05-24 21:48:38 +00:00
committed by Android (Google) Code Review

View File

@@ -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)