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

Commit 81bf29c9 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Show typeahead hint for app results

Preview: https://drive.google.com/file/d/1_qB-HDVfqqzPOhnuq5Hj9grhh69av7xf/view

Bug: 180545101
Test: Manual
Change-Id: I0649fa0e19f850fdc4de3776f6ac9f450bb0501b
parent 4ffd4f03
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) { }
}