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

Commit a22c3784 authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Add missing call to set the pid/uid for remote transition" into sc-dev...

Merge "Add missing call to set the pid/uid for remote transition" into sc-dev am: 5cba5192 am: 608e2b6e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14722069

Change-Id: I643e3d7ff3f80205177d1156f685745c347ce523
parents 2f17dbf2 608e2b6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2910,6 +2910,7 @@ public class WindowManagerService extends IWindowManager.Stub
                        + " for the display " + displayId + " that does not exist.");
                return;
            }
            remoteAnimationAdapter.setCallingPidUid(Binder.getCallingPid(), Binder.getCallingUid());
            displayContent.mAppTransition.overridePendingAppTransitionRemote(
                    remoteAnimationAdapter);
        }