Rename add* to update* and call setQuietMode() itself
bug: 341053089 Test: manually - presubmit Flag: Aconfig com.android.launcher3.enable_private_space Nextfood Change-Id: I7d88f18e08f45fc731f3122c55986a12e754d56a
This commit is contained in:
@@ -300,7 +300,7 @@ public abstract class BaseAllAppsAdapter<T extends Context & ActivityContext> ex
|
||||
case VIEW_TYPE_PRIVATE_SPACE_HEADER:
|
||||
RelativeLayout psHeaderLayout = holder.itemView.findViewById(
|
||||
R.id.ps_header_layout);
|
||||
mApps.getPrivateProfileManager().addPrivateSpaceHeaderViewElements(psHeaderLayout);
|
||||
mApps.getPrivateProfileManager().bindPrivateSpaceHeaderViewElements(psHeaderLayout);
|
||||
AdapterItem adapterItem = mApps.getAdapterItems().get(position);
|
||||
int roundRegions = ROUND_TOP_LEFT | ROUND_TOP_RIGHT;
|
||||
if (mApps.getPrivateProfileManager().getCurrentState() == STATE_DISABLED) {
|
||||
|
||||
Reference in New Issue
Block a user