Loading src/com/android/settings/notification/RedactionInterstitial.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
src/com/android/settings/notification/RedactionInterstitial.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading