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

Commit 0e63b9ce authored by Hans Boehm's avatar Hans Boehm Committed by android-build-merger
Browse files

Merge "Clarify hasSelection description"

am: 6bd5cf2b

Change-Id: Ia7f3d0eae07f978ad29a7f3e127f1bf71c14c8dc
parents cff4a105 6bd5cf2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9420,7 +9420,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
    }

    /**
     * Return true iff there is a selection inside this text view.
     * Return true iff there is a selection of nonzero length inside this text view.
     */
    public boolean hasSelection() {
        final int selectionStart = getSelectionStart();