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

Commit 35b0378d authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by Android (Google) Code Review
Browse files

Merge "[QL-v2] Use subtitle as hint if title doesn't apply." into tm-qpr-dev

parents 4972822c 9b024eb0
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() {}