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

Commit 8331efe0 authored by Hans Boehm's avatar Hans Boehm Committed by android-build-merger
Browse files

Merge "Clarify hasSelection description" am: 6bd5cf2b

am: 0e63b9ce

Change-Id: I9dd2aab2f7a1f2b249d2919dafeb3c1879469933
parents d5f6e406 0e63b9ce
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();