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

Commit 6bd5cf2b authored by Hans Boehm's avatar Hans Boehm Committed by Gerrit Code Review
Browse files

Merge "Clarify hasSelection description"

parents 6d565c77 fd7a3cf9
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();