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

Commit 627ea2f2 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 3295530: Fix crash in RecentApps when we have no recents"

parents 4c7cc341 74fd1dd5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -319,10 +319,8 @@ public class RecentAppsPanel extends LinearLayout implements StatusBarPanel, OnC
            anim.setDuration((last-first) * STAGGER_ANIMATION_DELAY);
            anim.setInterpolator(interp);
            anims.add(anim);
        }

        if (animate) {
            ObjectAnimator anim = ObjectAnimator.ofFloat(mBackgroundProtector, "alpha",
            anim = ObjectAnimator.ofFloat(mBackgroundProtector, "alpha",
                    initialAlpha, 1.0f);
            anim.setDuration(last * STAGGER_ANIMATION_DELAY);
            anim.setInterpolator(interp);