Automated import from //branches/donutburger/...@141112,141112
This commit is contained in:
committed by
The Android Open Source Project
parent
e5a1a260c6
commit
51376451f1
@@ -983,7 +983,6 @@ public class EditStyledText extends EditText {
|
||||
int pos = current;
|
||||
for (; pos < text.length(); pos++) {
|
||||
if (text.charAt(pos) == '\n') {
|
||||
pos--;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user