mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
am 0947f5c2: Merge "Adding graphic for all apps empty search screen." into ub-launcher3-burnaby
* commit '0947f5c26804bc74b8f1242d856c1f703544c3de': Adding graphic for all apps empty search screen.
This commit is contained in:
@@ -615,13 +615,14 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
|
||||
if (apps != null) {
|
||||
mApps.setOrderedFilter(apps);
|
||||
mAdapter.setLastSearchQuery(query);
|
||||
mAppsRecyclerView.scrollToTop();
|
||||
mAppsRecyclerView.onSearchResultsChanged();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void clearSearchResult() {
|
||||
mApps.setOrderedFilter(null);
|
||||
mAppsRecyclerView.onSearchResultsChanged();
|
||||
|
||||
// Clear the search query
|
||||
mSearchQueryBuilder.clear();
|
||||
|
||||
Reference in New Issue
Block a user