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

Commit dbc7665f 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 am: 5cba5192

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

Change-Id: Ida2d6c5ff2087434f9fe29bdfac50d3bc4f571d1
parents 5ee2f0b1 5cba5192
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);
        }