diff options
Diffstat (limited to 'core/java/android')
-rw-r--r-- | core/java/android/widget/ListPopupWindow.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/ListPopupWindow.java b/core/java/android/widget/ListPopupWindow.java index 5c34c2c..35e0603 100644 --- a/core/java/android/widget/ListPopupWindow.java +++ b/core/java/android/widget/ListPopupWindow.java @@ -33,7 +33,7 @@ import android.view.View.OnTouchListener; /** * A ListPopupWindow anchors itself to a host view and displays a - * list of choices. When one is selected, the popup is dismissed. + * list of choices. * * <p>ListPopupWindow contains a number of tricky behaviors surrounding * positioning, scrolling parents to fit the dropdown, interacting |