Merge "Notifies All Apps header when profile tab switches." into tm-qpr-dev

This commit is contained in:
Andy Wickham
2022-07-19 23:22:51 +00:00
committed by Android (Google) Code Review
@@ -602,6 +602,8 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte
if (mAH.get(currentActivePage).mRecyclerView != null) {
mAH.get(currentActivePage).mRecyclerView.bindFastScrollbar();
}
// Header keeps track of active recycler view to properly render header protection.
mHeader.setActiveRV(currentActivePage);
reset(true /* animate */);
mWorkManager.onActivePageChanged(currentActivePage);