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

Commit 9b024eb0 authored by Holly Sun's avatar Holly Sun
Browse files

[QL-v2] Use subtitle as hint if title doesn't apply.

Test: manual
Change-Id: Ib5ace9acda9618de905a85854d92e6f865f5fad0
parent 2c5f545d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ public interface SearchUiManager {
    /**
     * sets highlight result's title
     */
    default void setFocusedResultTitle(@Nullable  CharSequence title) { }
    default void setFocusedResultTitle(
            @Nullable CharSequence title, @Nullable CharSequence subtitle) {}

    /** Refresh the currently displayed list of results. */
    default void refreshResults() {}