Merge "Fix the case of the missing header." into tm-qpr-dev

This commit is contained in:
Hyunyoung Song
2022-09-22 15:45:22 +00:00
committed by Android (Google) Code Review

View File

@@ -180,11 +180,6 @@ public class ActivityAllAppsContainerView<T extends Context & AppLauncher
}
}
@Override
protected boolean shouldShowTabs() {
return super.shouldShowTabs() && !isSearching();
}
@Override
public boolean isSearching() {
return mIsSearching;