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

Commit 48b27d63 authored by Winson Chung's avatar Winson Chung
Browse files

Add missing call to set the pid/uid for remote transition

Bug: 189261272
Test: Override a remote transition using the WMS call and ensure it runs
Change-Id: Iae262382f339d69296b1cd9030753dd2816c7d59
parent 5eef4114
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2876,6 +2876,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);
        }