diff --git a/core/java/android/widget/ListView.java b/core/java/android/widget/ListView.java index 5e74381dce221..510a92d1b2ca8 100644 --- a/core/java/android/widget/ListView.java +++ b/core/java/android/widget/ListView.java @@ -116,9 +116,7 @@ import java.util.function.Predicate; *

ListView attempts to reuse view objects in order to improve performance and * avoid a lag in response to user scrolls. To take advantage of this feature, check if the * {@code convertView} provided to {@code getView(...)} is null before creating or inflating a new - * view object. See - * - * Making ListView Scrolling Smooth for more ways to ensure a smooth user experience.

+ * view object.

* *

To specify an action when a user clicks or taps on a single list item, see *