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

Commit c3936a52 authored by Andy Wickham's avatar Andy Wickham Committed by Automerger Merge Worker
Browse files

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

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/19225205



Change-Id: I331275861c9817e72a8ff51e35a9cb7e3327ece4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents efdf9cb0 dc14f88b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);