Merge "Apply color extraction for sub settings in SuW" into sc-dev am: 49f904c649 am: 06f1a6179d am: 65de58eb41

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14702750

Change-Id: I634ee69a84a5cb732f70416589fa9e3607f8ccdc
This commit is contained in:
Menghan Li
2021-05-24 22:43:06 +00:00
committed by Automerger Merge Worker

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)