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

Commit 565975ad authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "Show typeahead hint for app results" into sc-dev

parents 05cc458d 81bf29c9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ public interface SearchUiManager {
    /**
     * Called when activity is destroyed. Used to close search system services
     */
    default void destroy(){}
    default void destroy() {
    }

    /**
     * Returns true if the QSB should be visible for the given set of visible elements
@@ -75,4 +76,9 @@ public interface SearchUiManager {
     */
    @Nullable
    EditText getEditText();

    /**
     * sets highlight result's title
     */
    default void setFocusedResultTitle(@Nullable  CharSequence title) { }
}