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

Commit 35c7421c authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Fixes onBackAnimationFinished executed in binder thread."

parents e5824fe8 7843095b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -611,8 +611,8 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont
                    mBackAnimationFinishedCallback = finishedCallback;

                    ProtoLog.d(WM_SHELL_BACK_PREVIEW, "BackAnimationController: startAnimation()");
                    runner.startAnimation(apps, wallpapers, nonApps,
                            BackAnimationController.this::onBackAnimationFinished);
                    runner.startAnimation(apps, wallpapers, nonApps, () -> mShellExecutor.execute(
                            BackAnimationController.this::onBackAnimationFinished));

                    if (apps.length >= 1) {
                        dispatchOnBackStarted(