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

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

Merge "[tile] Show arrow as hint for a tile." into udc-dev

parents d0ffa119 6dfcbfc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public interface SearchUiManager {
     * sets highlight result's title
     */
    default void setFocusedResultTitle(
            @Nullable CharSequence title, @Nullable CharSequence subtitle) {}
            @Nullable CharSequence title, @Nullable CharSequence subtitle, boolean showArrow) {}

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