mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Do not rebind AA+ adapters when there's search result
Bug: 181352111 Test: manual Change-Id: Ieab75f3805f5d06a6bd8f60014abca103d7004b4
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user