diff options
Diffstat (limited to 'src/com/android/settings/SetupRedactionInterstitial.java')
-rw-r--r-- | src/com/android/settings/SetupRedactionInterstitial.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/SetupRedactionInterstitial.java b/src/com/android/settings/SetupRedactionInterstitial.java index 410804e..266a049 100644 --- a/src/com/android/settings/SetupRedactionInterstitial.java +++ b/src/com/android/settings/SetupRedactionInterstitial.java @@ -66,7 +66,7 @@ public class SetupRedactionInterstitial extends RedactionInterstitial @Override public void onNavigationBarCreated(SetupWizardNavBar bar) { - SetupWizardUtils.setImmersiveMode(this, bar); + SetupWizardUtils.setImmersiveMode(this); bar.getBackButton().setEnabled(false); } |