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

Commit 690c13b5 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Acquire service lock in AppTaskImpl.moveToFront()"

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