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