diff --git a/src/com/android/launcher3/allapps/AlphabeticalAppsList.java b/src/com/android/launcher3/allapps/AlphabeticalAppsList.java index 92715963f1..a3cabc283f 100644 --- a/src/com/android/launcher3/allapps/AlphabeticalAppsList.java +++ b/src/com/android/launcher3/allapps/AlphabeticalAppsList.java @@ -412,9 +412,8 @@ public class AlphabeticalAppsList 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)); }