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

Commit 997f8e0c authored by Shubang Lu's avatar Shubang Lu Committed by Android (Google) Code Review
Browse files

Merge "Fix CTS failures caused by ITvInteractiveAppSessionWrapper"

parents fb6cb879 fda1592a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ public class ITvInteractiveAppSessionWrapper
            case DO_DISPATCH_SURFACE_CHANGED: {
                SomeArgs args = (SomeArgs) msg.obj;
                mSessionImpl.dispatchSurfaceChanged(
                        (Integer) args.arg1, (Integer) args.arg2, (Integer) args.arg3);
                        (Integer) args.argi1, (Integer) args.argi2, (Integer) args.argi3);
                args.recycle();
                break;
            }