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

Commit 7775af27 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Acquire service lock in AppTaskImpl.moveToFront()" into pi-dev

parents 4ab42d5b bc4d0326
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ class AppTaskImpl extends IAppTask.Stub {
        final int callingUid = Binder.getCallingUid();
        final long origId = Binder.clearCallingIdentity();
        try {
            synchronized (this) {
            synchronized (mService) {
                mService.mStackSupervisor.startActivityFromRecents(callingPid, callingUid, mTaskId,
                        null);
            }