Fix build break by adding an @hide javadoc comment.
This commit is contained in:
@@ -1082,6 +1082,8 @@ public class AutoCompleteTextView extends EditText implements Filter.FilterListe
|
||||
|
||||
/**
|
||||
* Issues a runnable to show the dropdown as soon as possible.
|
||||
*
|
||||
* @hide internal used only by Search Dialog
|
||||
*/
|
||||
public void showDropDownAfterLayout() {
|
||||
post(mShowDropDownRunnable);
|
||||
|
||||
Reference in New Issue
Block a user