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

Commit a23ef85a authored by Ching-Shun Chan's avatar Ching-Shun Chan
Browse files

Fix the RedactionInterstitial theme issue.

Screenshots: check the bug ticket

Bug: 418916333
Test: manual
Flag: EXEMPT bug fix only
Change-Id: If9228acefe823883b162cf078c8a43bc356bdc8c
parent 98fa7185
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);
    }