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

Commit 1b1a6e40 authored by Satish Sampath's avatar Satish Sampath
Browse files

Fix build break by adding an @hide javadoc comment.

parent fef8d3e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);