Merge "Fixes issue where personal/work tabs could overlap search reasults." into tm-dev am: e44b026880 am: 0d15bf446c am: d362cd7207

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

Change-Id: Ie41cb5dcd7634ab462b73be32f205f5e96a29d64
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Andy Wickham
2022-06-09 22:18:12 +00:00
committed by Automerger Merge Worker
@@ -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();