Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e2ec965 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Do not rebind AA+ adapters when there's search result" into sc-dev

parents d333224f d3df0e41
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -199,7 +199,9 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo
                break;
            }
        }
        if (!mAH[AdapterHolder.MAIN].appsList.hasFilter()) {
            rebindAdapters(hasWorkApps);
        }
        if (hasWorkApps) {
            resetWorkProfile();
        }