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

Commit 6dfcbfc9 authored by Holly Sun's avatar Holly Sun
Browse files

[tile] Show arrow as hint for a tile.

Bug: 262443413
Test: manual
Flag: ENABLE_QS_TILE. OFF
Change-Id: I0ac3042a08d4c5e834c9db15d8b8879c23d9b709
parent f296b342
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -65,7 +65,7 @@ public interface SearchUiManager {
     * sets highlight result's title
     * sets highlight result's title
     */
     */
    default void setFocusedResultTitle(
    default void setFocusedResultTitle(
            @Nullable CharSequence title, @Nullable CharSequence subtitle) {}
            @Nullable CharSequence title, @Nullable CharSequence subtitle, boolean showArrow) {}


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