Adds helper methods in SearchUiManager and OnboardingPrefs.
Bug: 233656600 Test: With topic change. Change-Id: I9ddb910e94d389ec682617ce874fff6a2ce703c8
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user