Merge "Fixes background color issue in private space" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
f205266047
@@ -412,9 +412,8 @@ public class AlphabeticalAppsList<T extends Context & ActivityContext> implement
|
||||
// Apply decorator to private apps.
|
||||
if (hasPrivateApps) {
|
||||
mAdapterItems.add(AdapterItem.asAppWithDecorationInfo(info,
|
||||
new SectionDecorationInfo(mActivityContext.getApplicationContext(),
|
||||
getRoundRegions(i, appList.size()),
|
||||
true /* decorateTogether */)));
|
||||
new SectionDecorationInfo(mActivityContext,
|
||||
getRoundRegions(i, appList.size()), true /* decorateTogether */)));
|
||||
} else {
|
||||
mAdapterItems.add(AdapterItem.asApp(info));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user