Automated import from //branches/donutburger/...@141112,141112

This commit is contained in:
Satoshi Kataoka
2009-03-24 19:33:42 -07:00
committed by The Android Open Source Project
parent e5a1a260c6
commit 51376451f1

View File

@@ -983,7 +983,6 @@ public class EditStyledText extends EditText {
int pos = current;
for (; pos < text.length(); pos++) {
if (text.charAt(pos) == '\n') {
pos--;
break;
}
}