Merge "Apply color extraction for sub settings in SuW" into sc-dev am: 49f904c649
am: 06f1a6179d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14702750 Change-Id: I6be87d3ef9c631df05cd0a17c7978af0f98450bd
This commit is contained in:
@@ -107,6 +107,7 @@ public class SettingsBaseActivity extends FragmentActivity {
|
|||||||
final int appliedTheme = ThemeHelper.isSetupWizardDayNightEnabled(this)
|
final int appliedTheme = ThemeHelper.isSetupWizardDayNightEnabled(this)
|
||||||
? R.style.SubSettings_SetupWizard : R.style.SudThemeGlifV3_Light;
|
? R.style.SubSettings_SetupWizard : R.style.SudThemeGlifV3_Light;
|
||||||
setTheme(appliedTheme);
|
setTheme(appliedTheme);
|
||||||
|
ThemeHelper.trySetDynamicColor(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (FeatureFlagUtils.isEnabled(this, FeatureFlags.SILKY_HOME)
|
if (FeatureFlagUtils.isEnabled(this, FeatureFlags.SILKY_HOME)
|
||||||
|
Reference in New Issue
Block a user