Merge "Clarify hasSelection description"
This commit is contained in:
@@ -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() {
|
public boolean hasSelection() {
|
||||||
final int selectionStart = getSelectionStart();
|
final int selectionStart = getSelectionStart();
|
||||||
|
|||||||
Reference in New Issue
Block a user