mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Do not reset workprofile when on search result page
Bug: 182443195 Test: Manual Change-Id: I2cb1d11949233273881dc9d387e68c9878d49096
This commit is contained in:
@@ -201,9 +201,9 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo
|
||||
}
|
||||
if (!mAH[AdapterHolder.MAIN].appsList.hasFilter()) {
|
||||
rebindAdapters(hasWorkApps);
|
||||
}
|
||||
if (hasWorkApps) {
|
||||
resetWorkProfile();
|
||||
if (hasWorkApps) {
|
||||
resetWorkProfile();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user