diff --git a/src/com/android/launcher3/folder/FolderPagedView.java b/src/com/android/launcher3/folder/FolderPagedView.java index 96ddd57ef3..32531c040f 100644 --- a/src/com/android/launcher3/folder/FolderPagedView.java +++ b/src/com/android/launcher3/folder/FolderPagedView.java @@ -153,6 +153,7 @@ public class FolderPagedView extends PagedView { CellLayout page = (CellLayout) getChildAt(i); ShortcutAndWidgetContainer container = page.getShortcutsAndWidgets(); for (int j = container.getChildCount() - 1; j >= 0; j--) { + container.getChildAt(j).setVisibility(View.VISIBLE); mViewCache.recycleView(R.layout.folder_application, container.getChildAt(j)); } page.removeAllViews();