Merge "Uses ThemeHelper#trySetSuwTheme to apply theme for Radactioninterstitial screen." into main
This commit is contained in:
@@ -70,8 +70,7 @@ public class RedactionInterstitial extends SettingsActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstance) {
|
protected void onCreate(Bundle savedInstance) {
|
||||||
setTheme(SetupWizardUtils.getTheme(this, getIntent()));
|
ThemeHelper.trySetSuwTheme(this);
|
||||||
ThemeHelper.trySetDynamicColor(this);
|
|
||||||
super.onCreate(savedInstance);
|
super.onCreate(savedInstance);
|
||||||
findViewById(R.id.content_parent).setFitsSystemWindows(false);
|
findViewById(R.id.content_parent).setFitsSystemWindows(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user