mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Making UserCache the source of truth for all user events
Bug: 243688989 Test: Presubmit Flag: N/A Change-Id: I0e6b853d965eff1abaeb3b26dd6b94424e5212df
This commit is contained in:
@@ -1100,7 +1100,10 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext>
|
||||
}
|
||||
}
|
||||
|
||||
protected boolean shouldShowTabs() {
|
||||
/**
|
||||
* Returns true if the container has work apps.
|
||||
*/
|
||||
public boolean shouldShowTabs() {
|
||||
return mHasWorkApps;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user