Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20a86986 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by The Android Open Source Project
Browse files

Automated import from //branches/master/...@141113,141113

parent 2c6b3b0c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -983,7 +983,6 @@ public class EditStyledText extends EditText {
            int pos = current;
            for (; pos < text.length(); pos++) {
                if (text.charAt(pos) == '\n') {
                    pos--;
                    break;
                }
            }