Merge "Making UserCache the source of truth for all user events" into udc-qpr-dev

This commit is contained in:
Treehugger Robot
2023-06-13 21:55:40 +00:00
committed by Android (Google) Code Review
5 changed files with 118 additions and 134 deletions

View File

@@ -1150,7 +1150,10 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext>
}
}
protected boolean shouldShowTabs() {
/**
* Returns true if the container has work apps.
*/
public boolean shouldShowTabs() {
return mHasWorkApps;
}