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

Commit d3df0e41 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Do not rebind AA+ adapters when there's search result

Bug: 181352111
Test: manual
Change-Id: Ieab75f3805f5d06a6bd8f60014abca103d7004b4
parent 23c0fc4a
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();
        }