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

Commit 5703a4a8 authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "SurfaceControlViewHost: Clone control for SurfacePackage" into tm-dev am: bb4e0de2

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

Change-Id: I75e77ff227e7164ba7ed43ecc93a440612532e48
parents b663a464 bb4e0de2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -328,7 +328,8 @@ public class SurfaceControlViewHost {
     */
    public @Nullable SurfacePackage getSurfacePackage() {
        if (mSurfaceControl != null && mAccessibilityEmbeddedConnection != null) {
            return new SurfacePackage(mSurfaceControl, mAccessibilityEmbeddedConnection,
            return new SurfacePackage(new SurfaceControl(mSurfaceControl, "getSurfacePackage"),
                mAccessibilityEmbeddedConnection,
                mWm.getFocusGrantToken(), mRemoteInterface);
        } else {
            return null;