Uses ThemeHelper#trySetSuwTheme to apply theme for Radactioninterstitial screen.

Screenshot: https://hsv.googleplex.com/6310318165721088

Bug: 399237091
Test: manual test on device.
Flag: EXEMPT flag by PartnerConfigHelper.isGlifExpressiveEnabled
Change-Id: I0f1d8a6ea1cbe8bce79c32b4c039656648f5a99a
This commit is contained in:
Alex Li
2025-02-26 18:03:18 -08:00
parent fe36b334cf
commit 619e6c8c78

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);
}