commit | bddc56648569ed21b696ca5451cd1fc82009bb43 | [log] [tgz] |
---|---|---|
author | Maurice Lam <yukl@google.com> | Tue Mar 03 18:27:48 2015 -0800 |
committer | Maurice Lam <yukl@google.com> | Fri Apr 17 04:46:09 2015 +0000 |
tree | d8b008b2dde31b0e91422f659aee5e6ea0253033 | |
parent | a928ff4a67756341a972569a1029c0e981c9bb8d [diff] [blame] |
Use SetupWizardLib helpers Use SystemBarHelper, WizardManagerHelper and themes from Setup Wizard Library. Bug: 19594252 Change-Id: I60b6ab4f086a170ac270fb08325fc42010293523
diff --git a/src/com/android/settings/SetupRedactionInterstitial.java b/src/com/android/settings/SetupRedactionInterstitial.java index 410804e..266a0490 100644 --- a/src/com/android/settings/SetupRedactionInterstitial.java +++ b/src/com/android/settings/SetupRedactionInterstitial.java
@@ -66,7 +66,7 @@ @Override public void onNavigationBarCreated(SetupWizardNavBar bar) { - SetupWizardUtils.setImmersiveMode(this, bar); + SetupWizardUtils.setImmersiveMode(this); bar.getBackButton().setEnabled(false); }