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

Commit 6eba3bb3 authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android (Google) Code Review
Browse files

Merge "Fix sysui crash."

parents fc515110 1d61863b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -341,11 +341,10 @@ public class TaskView extends FrameLayout implements Task.TaskCallbacks,

        if (launchState.launchedFromAppWithThumbnail) {
            if (mTask.isLaunchTarget) {
                ctx.postAnimationTrigger.increment();
                // Immediately start the dim animation
                animateDimToProgress(taskViewEnterFromAppDuration,
                        ctx.postAnimationTrigger.decrementOnAnimationEnd());
                ctx.postAnimationTrigger.increment();

                // Animate the action button in
                fadeInActionButton(taskViewEnterFromAppDuration);
            } else {