Fix work mode switch bugging out when entering search

This commit is contained in:
Suphon Thanakornpakapong
2021-10-17 22:37:38 +07:00
parent a47aa62474
commit b4b41801ca
@@ -481,6 +481,10 @@ public class AllAppsContainerView extends StretchRecyclerViewContainer implement
});
onActivePageChanged(mViewPager.getNextPage());
} else {
if (mWorkModeSwitch != null) {
removeView(mWorkModeSwitch);
mWorkModeSwitch = null;
}
mAH[AdapterHolder.MAIN].setup(findViewById(R.id.apps_list_view), null);
mAH[AdapterHolder.WORK].recyclerView = null;
}