Remove STOPSHIP

Bug: 3396875
Change-Id: I0d57922def86dc48abb2a8a47c9358115dddb9fd
This commit is contained in:
Andy Stadler 2011-01-30 17:17:42 -08:00
parent 46cc9c8322
commit 5f10938fd4

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) {