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

Commit cce6ef49 authored by Ching-Shun Chan's avatar Ching-Shun Chan Committed by Android (Google) Code Review
Browse files

Merge "Fix the RedactionInterstitial theme issue." into main

parents 2e263191 a23ef85a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ import com.google.android.setupcompat.template.FooterBarMixin;
import com.google.android.setupcompat.template.FooterButton;
import com.google.android.setupcompat.util.WizardManagerHelper;
import com.google.android.setupdesign.GlifLayout;
import com.google.android.setupdesign.util.ThemeHelper;

// TODO: b/417603276 - Decouple this class from SettingsActivity.
public class RedactionInterstitial extends SettingsActivity {
@@ -70,6 +71,7 @@ public class RedactionInterstitial extends SettingsActivity {

    @Override
    protected void onCreate(Bundle savedInstance) {
        ThemeHelper.trySetSuwTheme(this);
        super.onCreate(savedInstance);
        findViewById(R.id.content_parent).setFitsSystemWindows(false);
    }