Merge "Use SetupWizardLib helpers"

This commit is contained in:
Maurice Lam
2015-04-18 00:48:21 +00:00
committed by Android (Google) Code Review
17 changed files with 27 additions and 269 deletions

View File

@@ -58,7 +58,7 @@ public class SetupChooseLockGeneric extends ChooseLockGeneric
@Override
public void onNavigationBarCreated(SetupWizardNavBar bar) {
SetupWizardUtils.setImmersiveMode(this, bar);
SetupWizardUtils.setImmersiveMode(this);
bar.getNextButton().setEnabled(false);
}