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

Commit e44b0268 authored by Andy Wickham's avatar Andy Wickham Committed by Android (Google) Code Review
Browse files

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

parents 1965e130 ce647cc9
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();