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

Commit d9efe3a7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Check if the TaskView is a live tile task in task launch animation" into sc-dev

parents b16d54d6 ddc33d63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2944,7 +2944,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
        }
        mPendingAnimation.addEndListener(isSuccess -> {
            if (isSuccess) {
                if (LIVE_TILE.get()) {
                if (LIVE_TILE.get() && tv.isRunningTask()) {
                    finishRecentsAnimation(false /* toRecents */, null);
                    onTaskLaunchAnimationEnd(true /* success */);
                } else {