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

Commit 9b7df7e6 authored by Satish Sampath's avatar Satish Sampath Committed by The Android Open Source Project
Browse files

am 1b1a6e40: Fix build break by adding an @hide javadoc comment.

Merge commit '1b1a6e40'

* commit '1b1a6e40':
  Fix build break by adding an @hide javadoc comment.
parents ed9f4c4c 1b1a6e40
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1068,6 +1068,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);