Backed out changeset 3357e9e81614 (bug 1086983)

This commit is contained in:
Carsten "Tomcat" Book
2014-11-07 16:02:54 +01:00
parent 73b7169ec0
commit a9d1e03495
2 changed files with 1 additions and 5 deletions

View File

@@ -160,10 +160,6 @@ public class ToolbarEditText extends CustomEditText
setCursorVisible(true);
}
protected String getNonAutocompleteText() {
return getNonAutocompleteText(getText());
}
/**
* Get the portion of text that is not marked as autocomplete text.
*