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

Commit 684eb30c authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

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

am: 7775af27

Change-Id: I54d224436509531cfd0e33cce97d8471c0867447
parents 387f121e 7775af27
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);
            }