diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java index a92e1aa612..edd9a9f7ef 100644 --- a/src/com/android/launcher3/allapps/AllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java @@ -199,7 +199,9 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo break; } } - rebindAdapters(hasWorkApps); + if (!mAH[AdapterHolder.MAIN].appsList.hasFilter()) { + rebindAdapters(hasWorkApps); + } if (hasWorkApps) { resetWorkProfile(); }