Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0abe3f4e authored by Alex Li's avatar Alex Li Committed by Android (Google) Code Review
Browse files

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

parents 0c255718 619e6c8c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);
    }