Merge "Uses ThemeHelper#trySetSuwTheme to apply theme for Radactioninterstitial screen." into main

This commit is contained in:
Alex Li
2025-02-27 01:11:02 -08:00
committed by Android (Google) Code Review

View File

@@ -70,8 +70,7 @@ public class RedactionInterstitial extends SettingsActivity {
@Override
protected void onCreate(Bundle savedInstance) {
setTheme(SetupWizardUtils.getTheme(this, getIntent()));
ThemeHelper.trySetDynamicColor(this);
ThemeHelper.trySetSuwTheme(this);
super.onCreate(savedInstance);
findViewById(R.id.content_parent).setFitsSystemWindows(false);
}