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

Commit 28eff15e authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Prevent modifying the TaskInfoHelper without holding lock" into main

parents ba7130c1 ddc23ad7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3888,8 +3888,10 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
                mActivityClientController.dismissKeyguard(r.token, new KeyguardDismissCallback() {
                    @Override
                    public void onDismissSucceeded() {
                        synchronized (mGlobalLock) {
                            enterPipRunnable.run();
                        }
                    }
                }, null /* message */);
            } else {
                enterPipRunnable.run();