Merge "Noticed comment field when splitting guests wasn't being cleared."

This commit is contained in:
Erik
2010-03-10 16:29:44 -08:00
committed by Android (Google) Code Review

View File

@@ -74,7 +74,7 @@ public class Rfc822Tokenizer implements MultiAutoCompleteTextView.Tokenizer {
name.setLength(0);
address.setLength(0);
address.setLength(0);
comment.setLength(0);
} else if (c == '"') {
i++;