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

Commit 8543d04f authored by Chris Soyars's avatar Chris Soyars
Browse files

Add a @hide to TextUtils.getMirror

Change-Id: I32b817ce88930ec9435e97e37c458a155ae4036d
parent 05dff2cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -534,6 +534,7 @@ public class TextUtils {
        private int mEnd;
    }

    /** @hide */
    public static CharSequence getMirror(CharSequence source,
                                          int start, int end) {
        return new Mirrorer(source, start, end);