Adds helper methods in SearchUiManager and OnboardingPrefs.

Bug: 233656600
Test: With topic change.
Change-Id: I9ddb910e94d389ec682617ce874fff6a2ce703c8
This commit is contained in:
Andy Wickham
2022-05-27 03:14:36 -07:00
parent 4ca247a6bb
commit e20a35c7a3
2 changed files with 7 additions and 7 deletions
@@ -68,4 +68,9 @@ public interface SearchUiManager {
/** Refresh the currently displayed list of results. */
default void refreshResults() {}
/** Returns whether search is in zero state. */
default boolean inZeroState() {
return false;
}
}