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

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

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

parents 291dd93e 48b27d63
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);
        }