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

Commit 3b6ba0d2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update using tabs boolean immediately if it changes." into tm-dev

parents 19570f9b ddf8ab0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,8 +442,8 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte
        if (showTabs == mUsingTabs && !force) {
            return;
        }
        replaceRVContainer(showTabs);
        mUsingTabs = showTabs;
        replaceRVContainer(mUsingTabs);

        mAllAppsStore.unregisterIconContainer(mAH.get(AdapterHolder.MAIN).mRecyclerView);
        mAllAppsStore.unregisterIconContainer(mAH.get(AdapterHolder.WORK).mRecyclerView);