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

Commit 15bab334 authored by Jeremy Sim's avatar Jeremy Sim Committed by Android (Google) Code Review
Browse files

Merge "Fix bug with DWB banners causing Action Bar to vanish" into tm-qpr-dev

parents 21373a85 696fbd66
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1878,6 +1878,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
                mActionsView.getVisibilityAlpha(), MultiValueAlpha.VALUE, alphaValue);
        mActionsViewAlphaAnimatorFinalValue = alphaValue;
        mActionsViewAlphaAnimator.setDuration(duration);
        // Set autocancel to prevent race-conditiony setting of alpha from other animations
        mActionsViewAlphaAnimator.setAutoCancel(true);
        mActionsViewAlphaAnimator.start();
    }