Fix CTS failures caused by ITvInteractiveAppSessionWrapper

Bug: 243037044
Test: CtsTvTestCases
Change-Id: I4bced0c6b62b21ab508c6dba4e2e777b3890406c
This commit is contained in:
shubang
2022-08-22 12:50:05 -07:00
parent 5ffeefe020
commit fda1592a7f

View File

@@ -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;
}