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

Commit fda1592a authored by shubang's avatar shubang
Browse files

Fix CTS failures caused by ITvInteractiveAppSessionWrapper

Bug: 243037044
Test: CtsTvTestCases
Change-Id: I4bced0c6b62b21ab508c6dba4e2e777b3890406c
parent 5ffeefe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -217,7 +217,7 @@ public class ITvInteractiveAppSessionWrapper
            case DO_DISPATCH_SURFACE_CHANGED: {
            case DO_DISPATCH_SURFACE_CHANGED: {
                SomeArgs args = (SomeArgs) msg.obj;
                SomeArgs args = (SomeArgs) msg.obj;
                mSessionImpl.dispatchSurfaceChanged(
                mSessionImpl.dispatchSurfaceChanged(
                        (Integer) args.arg1, (Integer) args.arg2, (Integer) args.arg3);
                        (Integer) args.argi1, (Integer) args.argi2, (Integer) args.argi3);
                args.recycle();
                args.recycle();
                break;
                break;
            }
            }