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

This commit is contained in:
Andy Wickham
2022-06-09 17:47:54 +00:00
committed by Android (Google) Code Review
@@ -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();