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

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

Merge "Fixes issue where personal/work tabs could overlap search reasults."...

Merge "Fixes issue where personal/work tabs could overlap search reasults." into tm-dev am: e44b0268 am: 07534831

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



Change-Id: Id46077cfb799c40a4282c1da3abb4a0c1ade2f81
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ec301962 07534831
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ public class FloatingHeaderView extends LinearLayout implements
        int oldMaxHeight = mMaxTranslation;
        updateExpectedHeight();

        if (mMaxTranslation != oldMaxHeight) {
        if (mMaxTranslation != oldMaxHeight || mCollapsed) {
            BaseAllAppsContainerView<?> parent = (BaseAllAppsContainerView<?>) getParent();
            if (parent != null) {
                parent.setupHeader();