Merge "Make private profile header scrollable" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
14fb9f27f4
@@ -337,6 +337,8 @@ public class AlphabeticalAppsList<T extends Context & ActivityContext> implement
|
||||
&& !mPrivateApps.isEmpty()) {
|
||||
// Always add PS Header if Space is present and visible.
|
||||
position = mPrivateProviderManager.addPrivateSpaceHeader(mAdapterItems);
|
||||
mFastScrollerSections.add(new FastScrollSectionInfo(
|
||||
mPrivateProfileAppScrollerBadge, position));
|
||||
int privateSpaceState = mPrivateProviderManager.getCurrentState();
|
||||
switch (privateSpaceState) {
|
||||
case PrivateProfileManager.STATE_DISABLED:
|
||||
|
||||
Reference in New Issue
Block a user