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

Commit 1d61863b authored by Filip Gruszczynski's avatar Filip Gruszczynski
Browse files

Fix sysui crash.

Bug: 26228707
Change-Id: I34e2362fecda06380e4640483a71365311f99d57
parent 96e20352
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -341,11 +341,10 @@ public class TaskView extends FrameLayout implements Task.TaskCallbacks,


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

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