mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Making UserCache the source of truth for all user events" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
74a27fb3de
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user