Removes tap continue when done text

This text is hidden by the keyboard, and the continue/keyboard done
button seem more intuitive than with this text.

bug:27063940
Change-Id: I1a4dca31fbf1c1cf9c00a68f0bb00df760992cda
This commit is contained in:
Udam Saini
2016-02-16 10:47:39 -08:00
parent 4d2e77899f
commit 9757152d16
2 changed files with 1 additions and 4 deletions

View File

@@ -616,7 +616,7 @@ public class ChooseLockPassword extends SettingsActivity {
mHeaderText.setText(error);
setNextEnabled(false);
} else {
mHeaderText.setText(R.string.lockpassword_press_continue);
mHeaderText.setText(null);
setNextEnabled(true);
}
}