Merge "Removes tap continue when done text" into nyc-dev
am: 95d7c970dc
* commit '95d7c970dc80304f84545ba4614d75b8e64c7744':
Removes tap continue when done text
This commit is contained in:
@@ -1134,9 +1134,6 @@
|
|||||||
<!-- Hint shown in dialog screen when PIN is too short -->
|
<!-- Hint shown in dialog screen when PIN is too short -->
|
||||||
<string name="lockpassword_pin_too_short">PIN must be at least %d digits</string>
|
<string name="lockpassword_pin_too_short">PIN must be at least %d digits</string>
|
||||||
|
|
||||||
<!-- Hint shown after minimum password criteria is met -->
|
|
||||||
<string name="lockpassword_press_continue">Tap Continue when done</string>
|
|
||||||
|
|
||||||
<!-- Hint shown after minimum password criteria is met -->
|
<!-- Hint shown after minimum password criteria is met -->
|
||||||
<string name="lockpassword_continue_label">Continue</string>
|
<string name="lockpassword_continue_label">Continue</string>
|
||||||
|
|
||||||
|
@@ -616,7 +616,7 @@ public class ChooseLockPassword extends SettingsActivity {
|
|||||||
mHeaderText.setText(error);
|
mHeaderText.setText(error);
|
||||||
setNextEnabled(false);
|
setNextEnabled(false);
|
||||||
} else {
|
} else {
|
||||||
mHeaderText.setText(R.string.lockpassword_press_continue);
|
mHeaderText.setText(null);
|
||||||
setNextEnabled(true);
|
setNextEnabled(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user