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

Commit 558b18eb authored by Winson Chung's avatar Winson Chung
Browse files

Fixing regression from animation not starting while in overview

Bug: 193830420
Test: Open an app in overview, tap on a notification
Change-Id: Ifd9797dc40d9fffbf9603bca98fcb4a4119e0444
parent a5e98ad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -904,8 +904,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
            TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps,
                    true /* launcherClosing */, mActivity.getStateManager(), this,
                    getDepthController());
            anim.start();
        }
        anim.start();
    }

    private void updateTaskStartIndex(View affectingView) {