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

Commit ddc33d63 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Check if the TaskView is a live tile task in task launch animation

Fixes: 185540107
Test: manual
Change-Id: I7f1503d8ac6dee4c153a60d5f72fae9a37f1c387
parent 9a8c77af
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 {