am c34e4eec: am 04d3f014: Merge "Remove STOPSHIP" into honeycomb

* commit 'c34e4eecf1450b20e804297741507d1edc044d0f':
  Remove STOPSHIP
This commit is contained in:
Paul Eastham 2011-01-30 22:22:28 -08:00 committed by Android Git Automerger
commit 5c7ffc91a5

View File

@ -220,8 +220,6 @@ public class AccountSettingsUtils {
* Helper to set error status on password fields that have leading or trailing spaces
*/
public static void checkPasswordSpaces(Context context, EditText passwordField) {
// STOPSHIP - there is a bug in the framework that makes these flicker.
// If the bug cannot be fixed shortly, then this should be pulled before we ship
Editable password = passwordField.getText();
int length = password.length();
if (length > 0) {