Merge "Fixes issue where personal/work tabs could overlap search reasults." into tm-dev am: e44b026880
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18801671 Change-Id: Idd205c367820c54ed3151a8674b78d1063d33b27 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user